[vlc-devel] commit: contribs: use GCC-4.0 to compile ffmpeg on 32bit Darwin platforms ( Felix Paul Kühne )

git version control git at videolan.org
Sat Jan 30 16:08:50 CET 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jan 30 16:08:37 2010 +0100| [c460870aebf217e8b73ef48dde04dd4fd34532f3] | committer: Felix Paul Kühne 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c460870aebf217e8b73ef48dde04dd4fd34532f3
---

 extras/contrib/src/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index b668dfd..b6ba0f0 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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




More information about the vlc-devel mailing list