[vlc-devel] commit: Using PIC for x264 on PPC-based Macs sounds like a good idea oO ( Felix Paul Kühne )

git version control git at videolan.org
Mon May 19 00:31:52 CEST 2008


vlc | branch: 0.8.6-bugfix | Felix Paul Kühne <fkuehne at videolan.org> | Mon May 19 00:33:18 2008 +0200| [6c47b3d1a4d622cc4e3f1febdfd23b0c5ed684eb]

Using PIC for x264 on PPC-based Macs sounds like a good idea oO

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

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

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 956e329..8527b60 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -119,9 +119,12 @@ ifdef HAVE_BEOS
 FFMPEGCONF+= --cpu=x86 --disable-debug --disable-audio-beos
 endif
 
+ifdef HAVE_DARWIN_OS
+X264CONF += --enable-pic
+endif
+
 ifeq ($(HOST),i686-apple-darwin8)
 FFMPEGCONF += --enable-memalign-hack
-X264CONF += --enable-pic
 ifneq ($(HOST),i686-apple-darwin8)
 FFMPEG_CFLAGS += -DHAVE_LRINTF
 endif




More information about the vlc-devel mailing list