]> git.sesse.net Git - vlc/commitdiff
contrib: hack to disable codecs for ffmpeg on WinCE
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 11 Nov 2009 02:45:23 +0000 (03:45 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Wed, 11 Nov 2009 02:45:23 +0000 (03:45 +0100)
extras/contrib/src/Makefile

index d6bc5c6701fa5f7d2548c59239885791ea9be217..09cd9512e52c1abb10dbe82802b3c29bb723312e 100644 (file)
@@ -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