[MPlayer-cvslog] r35550 - trunk/configure
reimar
subversion at mplayerhq.hu
Sat Dec 1 21:09:34 CET 2012
Author: reimar
Date: Sat Dec 1 21:09:34 2012
New Revision: 35550
Log:
Print some help on what to do if we cannot get a FFmpeg snapshot.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Dec 1 20:18:47 2012 (r35549)
+++ trunk/configure Sat Dec 1 21:09:34 2012 (r35550)
@@ -54,6 +54,10 @@ if ! test -e 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"
+ echo "Please try again or put FFmpeg source code copy into ffmpeg/ manually."
+ echo "Nightly snapshot: http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2"
+ echo "To use a github mirror via http (e.g. because a firewall blocks git):"
+ echo "git clone --depth 1 https://github.com/FFmpeg/FFmpeg ffmpeg; touch ffmpeg/mp_auto_pull"
exit 1
fi
touch ffmpeg/mp_auto_pull
More information about the MPlayer-cvslog
mailing list