Commit cc295ecf authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent 8e49a4ee
...@@ -148,10 +148,9 @@ FFMPEGCONF += --disable-mmx ...@@ -148,10 +148,9 @@ FFMPEGCONF += --disable-mmx
endif endif
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
X264CONF += --enable-pic
ifdef HAVE_DARWIN_OS_ON_INTEL ifdef HAVE_DARWIN_OS_ON_INTEL
FFMPEG_CFLAGS += -DHAVE_LRINTF FFMPEG_CFLAGS += -DHAVE_LRINTF
else
X264CONF += --enable-pic
endif endif
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment