From e07e94192d5355f8ec365f8f9a7c88a181771f46 Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 11 Apr 2012 11:51:23 +0400 Subject: [PATCH] mplayer: disable faad explicitely --- mplayer/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mplayer/Makefile b/mplayer/Makefile index 427ff56..593e8eb 100644 --- a/mplayer/Makefile +++ b/mplayer/Makefile @@ -138,12 +138,13 @@ CONFIGURE_ARGS := --target=mips \ ifdef CONFIG_BUILD_PATENTED CONFIGURE_ARGS+= --enable-mad \ - --enable-mp3lib + --enable-mp3lib else CONFIGURE_ARGS+= --disable-mad \ - --disable-mp3lib \ - --disable-libmpeg2 \ - --disable-libmpeg2-internal + --disable-mp3lib \ + --disable-libmpeg2 \ + --disable-libmpeg2-internal \ + --disable-faad endif # mplayer makefile is soooo broken. have to specify libs by hand, if