mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-20 00:11:54 +02:00
mplayer: disable faad explicitely
This commit is contained in:
parent
96cd14653f
commit
e07e94192d
@ -138,12 +138,13 @@ CONFIGURE_ARGS := --target=mips \
|
|||||||
|
|
||||||
ifdef CONFIG_BUILD_PATENTED
|
ifdef CONFIG_BUILD_PATENTED
|
||||||
CONFIGURE_ARGS+= --enable-mad \
|
CONFIGURE_ARGS+= --enable-mad \
|
||||||
--enable-mp3lib
|
--enable-mp3lib
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= --disable-mad \
|
CONFIGURE_ARGS+= --disable-mad \
|
||||||
--disable-mp3lib \
|
--disable-mp3lib \
|
||||||
--disable-libmpeg2 \
|
--disable-libmpeg2 \
|
||||||
--disable-libmpeg2-internal
|
--disable-libmpeg2-internal \
|
||||||
|
--disable-faad
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# mplayer makefile is soooo broken. have to specify libs by hand, if
|
# mplayer makefile is soooo broken. have to specify libs by hand, if
|
||||||
|
Loading…
Reference in New Issue
Block a user