[vlc-commits] contrib: ffmpeg/libav: Use long hash

Hugo Beauzée-Luyssen git at videolan.org
Tue Feb 21 16:32:31 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Feb 21 16:32:08 2017 +0100| [d55c2a5d4fd3cba63eac7c5ee22f683467d7d410] | committer: Hugo Beauzée-Luyssen

contrib: ffmpeg/libav: Use long hash

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

 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 043a387..4626987 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,11 +5,11 @@
 #USE_FFMPEG ?= 1
 
 ifdef USE_FFMPEG
-FFMPEG_HASH=cbd622be
+FFMPEG_HASH=cbd622be997e8307a409efc3b4bbe8765147def2
 FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
 FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
 else
-FFMPEG_HASH=b3825723
+FFMPEG_HASH=b3825723dceffc64240da7b0e562bd1fd024da26
 FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
 FFMPEG_GITURL := git://git.libav.org/libav.git
 endif



More information about the vlc-commits mailing list