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

This commit is contained in:
Felix Paul Kühne 2010-01-30 16:08:37 +01:00
parent cd3a6e77a1
commit c460870aeb

View File

@ -149,7 +149,11 @@ endif
ifdef HAVE_DARWIN_OS
X264CONF=--host=$(HOST)
X264CONF += --enable-pic
ifdef HAVE_DARWIN_32
FFMPEGCONF += --cc=gcc-4.0
else
FFMPEGCONF += --cc=$(CC)
endif
FFMPEGCONF += --arch=$(ARCH)
ifdef HAVE_DARWIN_64
FFMPEGCONF += --cpu=core2