[MPlayer-cvslog] r33252 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Tue Apr 12 10:03:42 CEST 2011
Author: cehoyos
Date: Tue Apr 12 10:03:41 2011
New Revision: 33252
Log:
Revert r33246: It broke building MPlayer immediately after adding
new formats or codecs to FFmpeg.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Apr 11 15:10:03 2011 (r33251)
+++ trunk/configure Tue Apr 12 10:03:41 2011 (r33252)
@@ -35,7 +35,6 @@
#
#############################################################################
-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
@@ -58,7 +57,6 @@ check_ffmpeg_git() {
fi
touch ffmpeg/mp_auto_pull
fi
-}
# Prevent locale nonsense from breaking basic text processing utils
export LC_ALL=C
@@ -1426,8 +1424,6 @@ 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