Commit bcef3686 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 30ceb37f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment