[vlc-commits] Contrib: stabilize libavcodec Hash

Jean-Baptiste Kempf git at videolan.org
Sat Jun 14 17:20:48 CEST 2014


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 17:20:30 2014 +0200| [80debd4c535e21c167886271f1fb277361c0b245] | committer: Jean-Baptiste Kempf

Contrib: stabilize libavcodec Hash

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

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



More information about the vlc-commits mailing list