[vlc-commits] Use a less broken hash in case you use libav
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 5 11:58:52 CEST 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 5 13:58:26 2012 +0200| [9fe74f87d269480e36c9e3413e3a03a0b8dd0868] | committer: Jean-Baptiste Kempf
Use a less broken hash in case you use libav
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9fe74f87d269480e36c9e3413e3a03a0b8dd0868
---
contrib/src/ffmpeg/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index c3de14a..7a72188 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -1,7 +1,7 @@
# FFmpeg
FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=87df986dcf90dcd;sf=tgz
-#FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=a5bfa66df516b7b;sf=tgz
+#FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=983db9b2b4c75;sf=tgz
FFMPEGCONF = \
--cc="$(CC)" \
More information about the vlc-commits
mailing list