mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-16 18:54:04 +02:00
mplayer: explicitely disable X11 features
This commit is contained in:
parent
9e6dd9df57
commit
6b0e5bbc23
@ -44,7 +44,13 @@ CONFIGURE_ARGS := --target=mips \
|
|||||||
--confdir=/usr/share/mplayer \
|
--confdir=/usr/share/mplayer \
|
||||||
--enable-menu \
|
--enable-menu \
|
||||||
--$(if $(CONFIG_BUILD_PATENTED),enable-mad,disable-mad) \
|
--$(if $(CONFIG_BUILD_PATENTED),enable-mad,disable-mad) \
|
||||||
--$(if $(CONFIG_BUILD_PATENTED),enable-mp3lib,disable-mp3lib)
|
--$(if $(CONFIG_BUILD_PATENTED),enable-mp3lib,disable-mp3lib) \
|
||||||
|
--disable-x11 \
|
||||||
|
--disable-xv \
|
||||||
|
--disable-vm \
|
||||||
|
--disable-vdpau \
|
||||||
|
--disable-gl \
|
||||||
|
--disable-xf86keysym
|
||||||
|
|
||||||
define Package/MPlayer/install
|
define Package/MPlayer/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user