From: Felix Paul Kühne Date: Sat, 5 Jul 2008 22:34:15 +0000 (+0200) Subject: Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get someth... X-Git-Tag: 0.9.0-test2~200 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2;p=vlc Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get something reliable to deal with for the stable release --- diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index c2ee18fb05..884365123d 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -1067,7 +1067,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2 ifdef SVN ffmpeg: - $(SVN) co $(FFMPEG_SVN) ffmpeg + $(SVN) co $(FFMPEG_SVN) ffmpeg -r 14080 ifeq ($(HOST),i586-pc-beos) (cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch) endif