All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mplayer: bump version to fix build error
@ 2011-02-10 16:47 Bjørn Forsman
  2011-02-10 20:28 ` Peter Korsgaard
       [not found] ` <201102120607.50136.minimod@morethan.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Bjørn Forsman @ 2011-02-10 16:47 UTC (permalink / raw)
  To: buildroot

Bump mplayer to the first version that fixes this issue:

file.c:23:5: warning: "HAVE_MMAP" is not defined
file.c:25:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:77:5: warning: "HAVE_MMAP" is not defined
file.c:87:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c:124:5: warning: "HAVE_MMAP" is not defined
file.c:126:7: warning: "HAVE_MAPVIEWOFFILE" is not defined
file.c: In function 'av_file_map':
file.c:50: error: 'HAVE_MMAP' undeclared (first use in this function)
file.c:50: error: (Each undeclared identifier is reported only once
file.c:50: error: for each function it appears in.)
make[2]: *** [file.o] Error 1

Signed-off-by: Bj?rn Forsman <bjorn.forsman@gmail.com>
---
 package/multimedia/mplayer/mplayer.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk
index bd5c079..7d45960 100644
--- a/package/multimedia/mplayer/mplayer.mk
+++ b/package/multimedia/mplayer/mplayer.mk
@@ -3,7 +3,7 @@
 # mplayer
 #
 #############################################################
-MPLAYER_VERSION = 32710
+MPLAYER_VERSION = 32726
 # MPLAYER_SOURCE = MPlayer-$(MPLAYER_VERSION).tar.bz2
 # MPLAYER_SITE = http://www.mplayerhq.hu/MPlayer/releases
 MPLAYER_SITE = svn://svn.mplayerhq.hu/mplayer/trunk
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-14 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 16:47 [Buildroot] [PATCH] mplayer: bump version to fix build error Bjørn Forsman
2011-02-10 20:28 ` Peter Korsgaard
2011-02-12  1:00   ` Sergio Monteiro Basto
     [not found] ` <201102120607.50136.minimod@morethan.org>
     [not found]   ` <1297517462.5409.5.camel@segulix>
     [not found]     ` <201102120903.17257.minimod@morethan.org>
2011-02-14 14:04       ` [Buildroot] How I upgrade busybox from 1.1.3 to busybox 1.17 without change init scripts ? Was: " Sergio Monteiro Basto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.