comparison configure @ 35115:24c022e9d700

Update FFmpeg git URL to the current official one (they point at the same place though).
author reimar
date Sat, 22 Sep 2012 18:04:17 +0000
parents af90ec7b692b
children af49d14bc126
comparison
equal deleted inserted replaced
35114:bec9e755fb9b 35115:24c022e9d700
48 fi 48 fi
49 49
50 if ! test -e ffmpeg ; then 50 if ! test -e ffmpeg ; then
51 echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort" 51 echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort"
52 read tmp 52 read tmp
53 if ! git clone --depth 1 git://git.videolan.org/ffmpeg.git ffmpeg ; then 53 if ! git clone --depth 1 git://source.ffmpeg.org/ffmpeg.git ffmpeg ; then
54 rm -rf ffmpeg 54 rm -rf ffmpeg
55 echo "Failed to get a FFmpeg checkout" 55 echo "Failed to get a FFmpeg checkout"
56 exit 1 56 exit 1
57 fi 57 fi
58 touch ffmpeg/mp_auto_pull 58 touch ffmpeg/mp_auto_pull