# HG changeset patch # User reimar # Date 1348337057 0 # Node ID 24c022e9d700342381cbc31218420ebc445eeb27 # Parent bec9e755fb9b0c814d380bba433cd94b9923c187 Update FFmpeg git URL to the current official one (they point at the same place though). diff -r bec9e755fb9b -r 24c022e9d700 configure --- a/configure Fri Sep 21 20:20:11 2012 +0000 +++ b/configure Sat Sep 22 18:04:17 2012 +0000 @@ -50,7 +50,7 @@ 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