Commit 29dde6a8 authored by Pavlov Konstantin's avatar Pavlov Konstantin

Contrib: x264: temporarily disable pic for Intel OSX.

Must be reverted once x264 is fixed.
parent ee17d6bb
......@@ -148,9 +148,10 @@ 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
......
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