[vlc-devel] commit: contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now ( Felix Paul Kühne )

git version control git at videolan.org
Mon May 25 21:25:55 CEST 2009


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 25 21:24:58 2009 +0200| [869c2e414e1bb954a2ed4f881c87ffe0f103f209] | committer: Felix Paul Kühne 

contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=869c2e414e1bb954a2ed4f881c87ffe0f103f209
---

 extras/contrib/src/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 66f12aa..cf9c91e 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




More information about the vlc-devel mailing list