Commit 6c47b3d1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

Using PIC for x264 on PPC-based Macs sounds like a good idea oO

parent cf6667d2
......@@ -119,9 +119,12 @@ ifdef HAVE_BEOS
FFMPEGCONF+= --cpu=x86 --disable-debug --disable-audio-beos
endif
ifdef HAVE_DARWIN_OS
X264CONF += --enable-pic
endif
ifeq ($(HOST),i686-apple-darwin8)
FFMPEGCONF += --enable-memalign-hack
X264CONF += --enable-pic
ifneq ($(HOST),i686-apple-darwin8)
FFMPEG_CFLAGS += -DHAVE_LRINTF
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