From: Felix Paul Kühne Date: Wed, 16 Apr 2008 15:02:19 +0000 (+0200) Subject: We also want to enable PIC, if we are able to build it. *coughcough* X-Git-Tag: 0.9.0-test0~1449 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cc295ecf29bb494176bec3e3dae4f95c49576f75;p=vlc We also want to enable PIC, if we are able to build it. *coughcough* --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index be7d3646f6..93a65696c6 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