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

contribs: use gcc-4.2 to compile ffmpeg (instead of gcc-4.0)

parent f43e2375
......@@ -1025,11 +1025,12 @@ endif
ifdef HAVE_MACOSX32
FFMPEGCONF += --enable-libvpx
FFMPEGCONF += --cc=gcc-4.0
FFMPEGCONF += --cc=gcc-4.2
endif
ifdef HAVE_MACOSX64
FFMPEGCONF += --enable-libvpx
FFMPEGCONF += --cc=gcc-4.2
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