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

Jean-Baptiste Kempf git at videolan.org
Wed Aug 13 23:04:52 CEST 2014


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 13 23:04:36 2014 +0200| [ab0d64f81307c1353628e533aac83d0eb3aea5b9] | committer: Jean-Baptiste Kempf

Contribs: update libav and FFmpeg hashes

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

 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 3d260a5..65d9cb8 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,10 +5,10 @@
 #USE_FFMPEG ?= 1
 
 ifdef USE_FFMPEG
-HASH=759e793
+HASH=313d75c
 FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz
 else
-HASH=2763179
+HASH=e8049af
 FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz
 endif
 



More information about the vlc-commits mailing list