[MPlayer-cvslog] r35209 - trunk/configure

reimar subversion at mplayerhq.hu
Sat Sep 22 20:04:17 CEST 2012


Author: reimar
Date: Sat Sep 22 20:04:17 2012
New Revision: 35209

Log:
Update FFmpeg git URL to the current official one (they point at the
same place though).

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Sep 21 22:20:11 2012	(r35208)
+++ trunk/configure	Sat Sep 22 20:04:17 2012	(r35209)
@@ -50,7 +50,7 @@ fi
 if ! test -e ffmpeg ; then
     echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort"
     read tmp
-    if ! git clone --depth 1 git://git.videolan.org/ffmpeg.git ffmpeg ; then
+    if ! git clone --depth 1 git://source.ffmpeg.org/ffmpeg.git ffmpeg ; then
         rm -rf ffmpeg
         echo "Failed to get a FFmpeg checkout"
         exit 1


More information about the MPlayer-cvslog mailing list