[vlc-commits] Contrib: update FFmpeg/libav hash
Jean-Baptiste Kempf
git at videolan.org
Mon Jan 26 18:14:12 CET 2015
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 26 18:14:02 2015 +0100| [c3ee3f627ee5d4314e7b645ded59ad4071bca17a] | committer: Jean-Baptiste Kempf
Contrib: update FFmpeg/libav hash
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=c3ee3f627ee5d4314e7b645ded59ad4071bca17a
---
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 0ad6ac6..2951d9c 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,10 +5,10 @@
#USE_FFMPEG ?= 1
ifdef USE_FFMPEG
-HASH=ea0b921
+HASH=fe47cba
FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz
else
-HASH=2f221b6
+HASH=3a6dfec
FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz
endif
More information about the vlc-commits
mailing list