Skip to content

Instantly share code, notes, and snippets.

@thresheek
Created December 5, 2015 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thresheek/66f4dc38da19aa3bea4c to your computer and use it in GitHub Desktop.
Save thresheek/66f4dc38da19aa3bea4c to your computer and use it in GitHub Desktop.
From 3e864a7f31c1f83588f8839045a4b8c924566b7e Mon Sep 17 00:00:00 2001
From: Konstantin Pavlov <thresh@videolan.org>
Date: Sat, 5 Dec 2015 19:20:12 +0300
Subject: [PATCH] Use http:// instead of git:// for the source.
We're trying to minimize git:// usage on VideoLAN servers.
---
src/download | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/download b/src/download
index fde54ca..a1b9158 100644
--- a/src/download
+++ b/src/download
@@ -131,7 +131,7 @@
by using the command:
</p>
- <pre>git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg</pre>
+ <pre>git clone http://source.ffmpeg.org/git/ffmpeg.git ffmpeg</pre>
<div>
<div class="pull-right">
--
1.7.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment