[vlc-commits] Contribs: update libav/ffmpeg hashes
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 13 11:18:27 CEST 2017
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 13 11:13:54 2017 +0200| [ef7085424bc9c0f5cb8ba1d55eeba13e63d23f6f] | committer: Jean-Baptiste Kempf
Contribs: update libav/ffmpeg hashes
Close #17086
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef7085424bc9c0f5cb8ba1d55eeba13e63d23f6f
---
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 eabf605179..41d16a4fb2 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=0768aaec1d683226e613e692080a588359c31334
+FFMPEG_HASH=a82468514048fb87d9bf38689866bc3b9aaccd02
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=6ac0e7818399a57e4684202bac79f35b3561ad1e
+FFMPEG_HASH=825e463a170c7004c63030dc484b2b2de869227b
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