1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-29 01:22:34 +03:00

mplayer: explicitely disable X11 features

This commit is contained in:
kyak 2011-01-25 12:19:34 +03:00
parent 9e6dd9df57
commit 6b0e5bbc23

View File

@ -44,7 +44,13 @@ CONFIGURE_ARGS := --target=mips \
--confdir=/usr/share/mplayer \
--enable-menu \
--$(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
$(INSTALL_DIR) \