From d60a445996603911b10f62f715e773b20d34ee6f Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Thu, 10 Feb 2011 17:47:15 +0100 Subject: mplayer: bump version to fix build error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter Korsgaard --- package/multimedia/mplayer/mplayer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index bd5c07900..7d4596008 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 -- cgit v1.2.3