[vlc-devel] commit: contrib: use a newer ffmpeg (Derk-Jan Hartman )

git version control git at videolan.org
Tue Sep 9 21:39:01 CEST 2008


vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Tue Sep  9 21:40:15 2008 +0200| [651e8ef0ef2f9f7797c6f981dd44986c08ece0a8] | committer: Derk-Jan Hartman 

contrib: use a newer ffmpeg

This should fix WMA decoding, lets hope not too many ffmpeg bugs are present in this revision. :/

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

 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 e78661e..7a18c98 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 -r 14661
+	$(SVN) co $(FFMPEG_SVN) ffmpeg -r 15261
 ifeq ($(HOST),i586-pc-beos)
 	(cd $@; patch -p0 < ../Patches/ffmpeg-svn-beos.patch)
 endif




More information about the vlc-devel mailing list