]> git.sesse.net Git - vlc/commitdiff
contrib/ffmpeg: disable lzma for Darwin
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 3 Feb 2015 15:42:01 +0000 (16:42 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 3 Feb 2015 15:47:28 +0000 (16:47 +0100)
contrib/src/ffmpeg/rules.mak

index d9a9d5c6489aed6f637f73e7f911ca8d501ae224..3262867e9905e6ca6ab2ce7a751079650bb88e86 100644 (file)
@@ -105,6 +105,9 @@ endif
 # Darwin
 ifdef HAVE_DARWIN_OS
 FFMPEGCONF += --arch=$(ARCH) --target-os=darwin
+ifdef USE_FFMPEG
+FFMPEGCONF += --disable-lzma
+endif
 ifeq ($(ARCH),x86_64)
 FFMPEGCONF += --cpu=core2
 endif