[vlc-devel] commit: Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works' ™ , so we get something reliable to deal with for the stable release ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Jul 6 00:32:03 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jul 6 00:34:15 2008 +0200| [f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2]
Freeze ffmpeg to revision 14080 (aka HEAD) because 'It just works'™, so we get something reliable to deal with for the stable release
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7a07d11ebbe8f617f9d898a426a1aa666f1d5d2
---
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 c2ee18f..8843651 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
More information about the vlc-devel
mailing list