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

contribs: use GCC-4.0 to compile ffmpeg on 32bit Darwin platforms

parent cd3a6e77
...@@ -149,7 +149,11 @@ endif ...@@ -149,7 +149,11 @@ endif
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
X264CONF=--host=$(HOST) X264CONF=--host=$(HOST)
X264CONF += --enable-pic X264CONF += --enable-pic
ifdef HAVE_DARWIN_32
FFMPEGCONF += --cc=gcc-4.0
else
FFMPEGCONF += --cc=$(CC) FFMPEGCONF += --cc=$(CC)
endif
FFMPEGCONF += --arch=$(ARCH) FFMPEGCONF += --arch=$(ARCH)
ifdef HAVE_DARWIN_64 ifdef HAVE_DARWIN_64
FFMPEGCONF += --cpu=core2 FFMPEGCONF += --cpu=core2
......
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