[vlc-devel] commit: We also want to enable PIC, if we are able to build it. *coughcough* ( Felix Paul Kühne )

git version control git at videolan.org
Wed Apr 16 17:01:49 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Apr 16 17:02:19 2008 +0200| [cc295ecf29bb494176bec3e3dae4f95c49576f75]

We also want to enable PIC, if we are able to build it. *coughcough*

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

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

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




More information about the vlc-devel mailing list