[vlc-devel] commit: contrib: hack to disable codecs for ffmpeg on WinCE (Pierre Ynard )

git version control git at videolan.org
Thu Nov 12 07:51:25 CET 2009


vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Thu Nov 12 07:50:21 2009 +0100| [c914eeaf2e6f7400f67ea561968e607f9e4125fb] | committer: Pierre Ynard 

contrib: hack to disable codecs for ffmpeg on WinCE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c914eeaf2e6f7400f67ea561968e607f9e4125fb
---

 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 b4c1203..7831685 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -133,9 +133,11 @@ endif
 FFMPEGCONF+= --enable-small --disable-mpegaudio-hp
 FFMPEG_CFLAGS += -DHAVE_LRINTF --std=c99
 else
+ifndef HAVE_WINCE
 FFMPEGCONF+= --enable-libmp3lame --enable-libgsm
 #--enable-libfaac
 endif
+endif
 
 ifdef HAVE_BEOS
 FFMPEGCONF+= --cpu=x86 --disable-audio-beos




More information about the vlc-devel mailing list