]> git.sesse.net Git - vlc/commitdiff
We also want to enable PIC, if we are able to build it. *coughcough*
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 16 Apr 2008 15:02:19 +0000 (17:02 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 16 Apr 2008 15:02:39 +0000 (17:02 +0200)
extras/contrib/src/Makefile

index be7d3646f6c10cc91cddab2b67d0c4fc063d5eb3..93a65696c6bc996eda55ab46ea7441368c49a079 100644 (file)
@@ -148,10 +148,9 @@ 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