[vlc-devel] commit: contrib: hack to disable codecs for ffmpeg on WinCE (Pierre Ynard )
git version control
git at videolan.org
Wed Nov 11 03:46:26 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Nov 11 03:45:23 2009 +0100| [d497debb862eee38367eb08d94cb2d83793c9dee] | committer: Pierre Ynard
contrib: hack to disable codecs for ffmpeg on WinCE
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d497debb862eee38367eb08d94cb2d83793c9dee
---
extras/contrib/src/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index d6bc5c6..09cd951 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -137,8 +137,10 @@ endif
FFMPEGCONF+= --enable-small --disable-mpegaudio-hp
FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99
else
+ifndef HAVE_WINCE
FFMPEGCONF+= --enable-libmp3lame --enable-libgsm
endif
+endif
ifdef HAVE_DARWIN_OS_ON_INTEL
FFMPEGCONF += --enable-memalign-hack
More information about the vlc-devel
mailing list