summaryrefslogtreecommitdiff
path: root/package/mplayer/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-09 16:56:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-09 16:56:50 +0200
commit8a56c55457bd7ae1ac7ce62150c2bb0e415d354d (patch)
tree609073259bdf892498185c8c05868ba0ff6de150 /package/mplayer/Makefile
parentf74d8a406d12c57550fea0cd4dbe967cd9f94eeb (diff)
parent11f9e374a5bba6dceb3eb80ac2ae65d74543d91a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mplayer/Makefile')
-rw-r--r--package/mplayer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/mplayer/Makefile b/package/mplayer/Makefile
index 149330bef..8bedd1023 100644
--- a/package/mplayer/Makefile
+++ b/package/mplayer/Makefile
@@ -10,8 +10,9 @@ PKG_MD5SUM:= aadc5d8cca503c8b18b3ed00b3a52cf5
PKG_DESCR:= popular video player
PKG_SECTION:= multimedia
PKG_DEPENDS:= alsa-lib libjpeg libfaad2 libmad libncurses
-PKG_DEPENDS+= libogg libpng libpthread libvorbis
+PKG_DEPENDS+= libogg libpng libpthread libvorbis giflib
PKG_DEPENDS+= libx11 libxau libxdmcp libxext libxv zlib
+PKG_DEPENDS+= libxscrnsaver
PKG_BUILDDEP:= alsa-lib libmad libvorbis faad2 ncurses zlib
PKG_BUILDDEP+= libX11 libXv libpng libXext jpeg
PKG_URL:= http://www.mplayerhq.hu/
@@ -100,6 +101,7 @@ CONFIGURE_ARGS:= --prefix=/usr \
--disable-iconv \
--disable-lirc \
--disable-radio-v4l2 \
+ --disable-speex \
--disable-faac \
--disable-libdv \
--disable-live \