mirror of
https://github.com/videolan/vlc.git
synced 2025-01-21 07:08:35 +08:00
contribs: use GCC-4.0 to compile ffmpeg on 32bit Darwin platforms
This commit is contained in:
parent
cd3a6e77a1
commit
c460870aeb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user