Mercurial > mplayer.hg
changeset 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 | bec9e755fb9b |
children | af49d14bc126 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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