From bcef36867cd371dc6543b8cc96fe511b3aeea670 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 25 May 2009 21:24:58 +0200 Subject: [PATCH] contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix Paul Kühne --- extras/contrib/src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 66f12aac04..cf9c91efeb 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -148,6 +148,7 @@ ifdef HAVE_DARWIN_OS X264CONF += --enable-pic FFMPEGCONF += --cc=$(CC) FFMPEGCONF += --arch=$(ARCH) +FFMPEGCONF += --disable-libfaac ifdef HAVE_DARWIN_10 FFMPEGCONF += --cpu=core2 endif -- 2.20.1