Commit 4a0cb62f authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: compile ffmpeg for Intel core2 on Darawin 10

parent e56d11f0
......@@ -148,6 +148,9 @@ ifdef HAVE_DARWIN_OS
X264CONF += --enable-pic
FFMPEGCONF += --cc=$(CC)
FFMPEGCONF += --arch=$(ARCH)
ifdef HAVE_DARWIN_10
FFMPEGCONF += --cpu=core2
endif
ifdef HAVE_DARWIN_OS_ON_INTEL
FFMPEG_CFLAGS += -DHAVE_LRINTF
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