Commit 3251407d authored by Felix Paul Kühne's avatar Felix Paul Kühne

* enable debug for x264 compilation for testing purposes (refs #733)

parent e76c46dd
...@@ -127,7 +127,7 @@ FFMPEGCONF += --enable-memalign-hack ...@@ -127,7 +127,7 @@ FFMPEGCONF += --enable-memalign-hack
endif endif
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
X264CONF += --enable-pic X264CONF += --enable-pic --enable-debug
ifneq ($(HOST),i686-apple-darwin8) ifneq ($(HOST),i686-apple-darwin8)
FFMPEG_CFLAGS += -DHAVE_LRINTF FFMPEG_CFLAGS += -DHAVE_LRINTF
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