[vlc-devel] commit: Lock FFmpeg to r12920 for now to get us nice builds ( Felix Paul Kühne )

git version control git at videolan.org
Thu May 8 22:02:59 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu May  8 22:04:03 2008 +0200| [ba1451c390c90d9191e1c663f2ce8ce06105adc3]

Lock FFmpeg to r12920 for now to get us nice builds

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

 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index f894366..21159d6 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1040,7 +1040,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
 
 ifdef SVN
 ffmpeg:
-	$(SVN) co $(FFMPEG_SVN) ffmpeg
+	$(SVN) co $(FFMPEG_SVN) ffmpeg -r 12920
 ifeq ($(HOST),i586-pc-beos)
 	(cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)
 endif




More information about the vlc-devel mailing list