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

* don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;)

parent cac2fe98
......@@ -134,7 +134,7 @@ FFMPEGCONF += --enable-memalign-hack
endif
ifdef HAVE_DARWIN_OS
X264CONF += --enable-pic --enable-debug
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