[MPlayer-cvslog] r32910 - trunk/configure
cboesch
subversion at mplayerhq.hu
Wed Feb 16 17:35:53 CET 2011
Author: cboesch
Date: Wed Feb 16 17:35:53 2011
New Revision: 32910
Log:
Git clone options are after the 'clone' keyword
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Wed Feb 16 16:56:54 2011 (r32909)
+++ trunk/configure Wed Feb 16 17:35:53 2011 (r32910)
@@ -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 --depth 1 clone git://git.videolan.org/ffmpeg.git ffmpeg ; then
+ if ! git clone --depth 1 git://git.videolan.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