[vlc-devel] commit: Contrib: x264: temporarily disable pic for Intel OSX. ( Pavlov Konstantin )

git version control git at videolan.org
Sat Apr 12 17:09:33 CEST 2008


vlc | branch: master | Pavlov Konstantin <thresh at videolan.org> | Sat Apr 12 19:09:35 2008 +0400| [29dde6a8eb3005f1e3123ad5c7f3c00d8fcfc13d]

Contrib: x264: temporarily disable pic for Intel OSX.
Must be reverted once x264 is fixed.

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 1eac692..8221cbb 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
 




More information about the vlc-devel mailing list