[MPlayer-cvslog] r33246 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Apr 10 00:09:09 CEST 2011
Author: reimar
Date: Sun Apr 10 00:09:09 2011
New Revision: 33246
Log:
Do no run the ffmpeg git check/update during ./configure --help
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Apr 10 00:08:01 2011 (r33245)
+++ trunk/configure Sun Apr 10 00:09:09 2011 (r33246)
@@ -35,6 +35,7 @@
#
#############################################################################
+check_ffmpeg_git() {
if test -e ffmpeg/.svn ; then
echo "You have an outdated FFmpeg SVN checkout in ffmpeg/, please (re)move or replace it"
exit 1
@@ -57,6 +58,7 @@ if ! test -e ffmpeg ; then
fi
touch ffmpeg/mp_auto_pull
fi
+}
# Prevent locale nonsense from breaking basic text processing utils
export LC_ALL=C
@@ -1424,6 +1426,8 @@ for ac_option do
esac
done
+check_ffmpeg_git
+
# Atmos: moved this here, to be correct, if --prefix is specified
test -z "$_bindir" && _bindir="$_prefix/bin"
test -z "$_datadir" && _datadir="$_prefix/share/mplayer"
More information about the MPlayer-cvslog
mailing list