[vlc-commits] contribs: Fix ffmpeg git url
Hugo Beauzée-Luyssen
git at videolan.org
Wed Nov 16 14:17:40 CET 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Nov 16 14:14:21 2016 +0100| [541daf88efdaba12dc9472d26641b3c1a1aa14f0] | committer: Hugo Beauzée-Luyssen
contribs: Fix ffmpeg git url
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=541daf88efdaba12dc9472d26641b3c1a1aa14f0
---
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 a7f2fa2..367bc49 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -7,7 +7,7 @@
ifdef USE_FFMPEG
FFMPEG_HASH=HEAD
FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
-FFMPEG_GITURL := git://git.videolan.org/ffmpeg.git
+FFMPEG_GITURL := http://git.videolan.org/git/ffmpeg.git
else
FFMPEG_HASH=HEAD
FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(FFMPEG_HASH);sf=tgz
More information about the vlc-commits
mailing list