[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:26:38 CEST 2009
vlc | branch: 1.0-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 25 21:24:58 2009 +0200| [bcef36867cd371dc6543b8cc96fe511b3aeea670] | committer: Felix Paul Kühne
contribs: disable libfaac on Darwin (as part of ffmpeg) as it considered nonfree now
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bcef36867cd371dc6543b8cc96fe511b3aeea670
---
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