vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <[email protected]> | Fri Feb 21 15:02:04 2014 +0100| [05da69857b4787ea0d4f7c8ae8eed73affcb3098] | committer: Jean-Baptiste Kempf
Contribs: update FFMpeg and libav Hashes Fixes the HuffYuv regression on FFmpeg and MXF on libav > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=05da69857b4787ea0d4f7c8ae8eed73affcb3098 --- 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 dd0a74a..9b9cc5b 100644 --- a/contrib/src/ffmpeg/rules.mak +++ b/contrib/src/ffmpeg/rules.mak @@ -5,10 +5,10 @@ USE_FFMPEG ?= 1 ifdef USE_FFMPEG -HASH=c46faacdf4e17a78a7e7617d5807a759a6a2868a +HASH=469de4f58317e121644c4cf9a2824ccbbf7763ca FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz else -HASH=6d93307f8df81808f0dcdbc064b848054a6e83b3 +HASH=dc9e05e279cb50387b4a65a9f20db1b15111a6e9 FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
