1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated for current SVN.

* extras/contrib/src/Makefile: re-added --disable-codec flags (the FFMPEG
    tree on altair was outdated) but removed the duplicate vorbis one.
This commit is contained in:
Sam Hocevar 2006-02-01 12:16:42 +00:00
parent e52713ada4
commit 128323b2e9
2 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ endif
ifdef HAVE_WINCE
HOSTCONF+= --without-pic --disable-shared
FFMPEGCONF+= --enable-mingwce --cpu=armv4l --disable-debug --disable-encoders --disable-muxers --disable-mpegaudio-hp --disable-protocols
FFMPEGCONF+= --enable-mingwce --cpu=armv4l --disable-debug --disable-encoders --disable-muxers --disable-mpegaudio-hp --disable-codec=snow --disable-codec=vc9 --disable-codec=wmv3 --disable-codec=vorbis --disable-codec=dvdsub --disable-codec=dvbsub --disable-protocols
else
FFMPEGCONF+= --enable-mp3lame --enable-faac
endif

View File

@ -450,8 +450,8 @@ diff -u -r1.53 allformats.c
ffm_init();
+#endif
+
#if defined(CONFIG_VIDEO4LINUX) || defined(CONFIG_BKTR)
video_grab_init();
#if defined(CONFIG_VIDEO4LINUX2)
v4l2_init();
#endif
Index: ../ffmpeg/libavformat/asf-enc.c
===================================================================