Commit 277f1520 authored by Felix Paul Kühne's avatar Felix Paul Kühne

contrib/ffmpeg: disable lzma for Darwin

(cherry picked from commit 6c7b1c97f6d940fef736cf4848b2ca67f4d97190)
parent 8dff2bfd
......@@ -97,6 +97,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
......
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