1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 22:56:21 +03:00

mplayer: get rid of X11 runtime dependency

Apparantely, it was gif89a output that pulled that libX* dependency.
Had to remove X11 headers and libs from staging_dir to figure out.
Also disabled other X-related things (they don't seems to affect,
but just to be sure).
This commit is contained in:
kyak 2012-04-07 15:25:48 +04:00
parent 29d17cdce6
commit f76d692980

View File

@ -10,7 +10,7 @@ PKG_NAME:=MPlayer
PKG_REV:=33341
FFMPEG_REV:=3b6bbfa0631d237f2bbc85a7b43907733bea1e82
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz
FFMPEG_SOURCE_URL:=git://git.videolan.org/ffmpeg.git
@ -74,6 +74,10 @@ CONFIGURE_ARGS := --target=mips \
--confdir=/etc/mplayer \
--enable-menu \
--disable-x11 \
--disable-xmga \
--disable-xshape \
--disable-xinerama \
--disable-gif \
--disable-xv \
--disable-vm \
--disable-vdpau \