Commit d497debb authored by Pierre Ynard's avatar Pierre Ynard

contrib: hack to disable codecs for ffmpeg on WinCE

parent 9dcb3711
...@@ -137,8 +137,10 @@ endif ...@@ -137,8 +137,10 @@ endif
FFMPEGCONF+= --enable-small --disable-mpegaudio-hp FFMPEGCONF+= --enable-small --disable-mpegaudio-hp
FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99 FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99
else else
ifndef HAVE_WINCE
FFMPEGCONF+= --enable-libmp3lame --enable-libgsm FFMPEGCONF+= --enable-libmp3lame --enable-libgsm
endif endif
endif
ifdef HAVE_DARWIN_OS_ON_INTEL ifdef HAVE_DARWIN_OS_ON_INTEL
FFMPEGCONF += --enable-memalign-hack FFMPEGCONF += --enable-memalign-hack
......
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