mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:09:21 +02: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:
parent
29d17cdce6
commit
f76d692980
@ -10,7 +10,7 @@ PKG_NAME:=MPlayer
|
|||||||
PKG_REV:=33341
|
PKG_REV:=33341
|
||||||
FFMPEG_REV:=3b6bbfa0631d237f2bbc85a7b43907733bea1e82
|
FFMPEG_REV:=3b6bbfa0631d237f2bbc85a7b43907733bea1e82
|
||||||
PKG_VERSION:=r$(PKG_REV)
|
PKG_VERSION:=r$(PKG_REV)
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
FFMPEG_SOURCE_URL:=git://git.videolan.org/ffmpeg.git
|
FFMPEG_SOURCE_URL:=git://git.videolan.org/ffmpeg.git
|
||||||
@ -74,6 +74,10 @@ CONFIGURE_ARGS := --target=mips \
|
|||||||
--confdir=/etc/mplayer \
|
--confdir=/etc/mplayer \
|
||||||
--enable-menu \
|
--enable-menu \
|
||||||
--disable-x11 \
|
--disable-x11 \
|
||||||
|
--disable-xmga \
|
||||||
|
--disable-xshape \
|
||||||
|
--disable-xinerama \
|
||||||
|
--disable-gif \
|
||||||
--disable-xv \
|
--disable-xv \
|
||||||
--disable-vm \
|
--disable-vm \
|
||||||
--disable-vdpau \
|
--disable-vdpau \
|
||||||
|
Loading…
Reference in New Issue
Block a user