[vlc-commits] Contribs: update FFmpeg and libav hashes

Jean-Baptiste Kempf git at videolan.org
Sun Jan 26 15:11:35 CET 2014


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jan 26 15:11:04 2014 +0100| [4f9b663d767ed30872e48ef8190a7885f5779683] | committer: Jean-Baptiste Kempf

Contribs: update FFmpeg and libav hashes

Notably for mpeg2 speed and resiliance

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

 contrib/src/ffmpeg/rules.mak |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 84acdd2..2df26ea 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,10 +5,10 @@
 USE_FFMPEG ?= 1
 
 ifdef USE_FFMPEG
-HASH=ad8d063f230c05f8b5efbd05cc5a9f51a2549dcf
+HASH=c46faacdf4e17a78a7e7617d5807a759a6a2868a
 FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz
 else
-HASH=8b2e5e42bb9d6a59ede5af2e6df4aaf7750d1195
+HASH=6d93307f8df81808f0dcdbc064b848054a6e83b3
 FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz
 endif
 



More information about the vlc-commits mailing list