[vlc-commits] Contribs: update FFmpeg/libav to a more recent sha1
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Mon Nov  3 14:17:30 CET 2014
    
    
  
vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov  3 14:12:56 2014 +0100| [443b85e2ae10e97f49f592697160cbd2c1719978] | committer: Jean-Baptiste Kempf
Contribs: update FFmpeg/libav to a more recent sha1
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=443b85e2ae10e97f49f592697160cbd2c1719978
---
 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 65d9cb8..4768fc0 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -5,10 +5,10 @@
 #USE_FFMPEG ?= 1
 
 ifdef USE_FFMPEG
-HASH=313d75c
+HASH=ea0b921
 FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz
 else
-HASH=e8049af
+HASH=2f221b6
 FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz
 endif
 
    
    
More information about the vlc-commits
mailing list