[vlc-commits] FFmpeg: remove outdated WinCE configuration

Jean-Baptiste Kempf git at videolan.org
Wed Oct 3 18:14:04 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct  3 18:13:26 2012 +0200| [936f57d353ed67f9409800e47b80c911a2a9ee58] | committer: Jean-Baptiste Kempf

FFmpeg: remove outdated WinCE configuration

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

 contrib/src/ffmpeg/rules.mak |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index d376129..39a1a0c 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -117,13 +117,6 @@ else
 FFMPEGCONF += --enable-pthreads
 endif
 
-ifdef HAVE_WINCE
-FFMPEGCONF += --target-os=mingw32ce --arch=armv4l --cpu=armv4t \
-	--disable-decoder=snow --disable-decoder=vc9 \
-	--disable-decoder=wmv3 --disable-decoder=vorbis \
-	--disable-decoder=dvdsub --disable-decoder=dvbsub
-endif
-
 FFMPEG_CFLAGS += --std=gnu99
 
 # Build



More information about the vlc-commits mailing list