Skip to content

Instantly share code, notes, and snippets.

@thresheek
Created December 5, 2015 16:22
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/257f8f97660c97e8c60b to your computer and use it in GitHub Desktop.
Save thresheek/257f8f97660c97e8c60b to your computer and use it in GitHub Desktop.
commit 3e864a7f31c1f83588f8839045a4b8c924566b7e
Author: Konstantin Pavlov <thresh@videolan.org>
Date: Sat Dec 5 19:20:12 2015 +0300
Use http:// instead of git:// for the source.
We're trying to minimize git:// usage on VideoLAN servers.
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">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment