]> git.sesse.net Git - vlc/commitdiff
Contrib: x264: temporarily disable pic for Intel OSX.
authorPavlov Konstantin <thresh@videolan.org>
Sat, 12 Apr 2008 15:09:35 +0000 (19:09 +0400)
committerPavlov Konstantin <thresh@videolan.org>
Sat, 12 Apr 2008 15:09:35 +0000 (19:09 +0400)
Must be reverted once x264 is fixed.

extras/contrib/src/Makefile

index 1eac69212b5289b405d6b10f4c8f09ff7fe53b0a..8221cbb46ace2ab01a2eeb295aa9f6909428a159 100644 (file)
@@ -148,9 +148,10 @@ FFMPEGCONF += --disable-mmx
 endif
 
 ifdef HAVE_DARWIN_OS
-X264CONF += --enable-pic
 ifdef HAVE_DARWIN_OS_ON_INTEL
 FFMPEG_CFLAGS += -DHAVE_LRINTF
+else
+X264CONF += --enable-pic
 endif
 endif