Mercurial > mplayer.hg
changeset 33165:0c17a7d0f6ef
Revert r33246: It broke building MPlayer immediately after adding
new formats or codecs to FFmpeg.
author | cehoyos |
---|---|
date | Tue, 12 Apr 2011 08:03:41 +0000 |
parents | dc853608cda3 |
children | eb7c55923711 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Apr 11 13:10:03 2011 +0000 +++ b/configure Tue Apr 12 08:03:41 2011 +0000 @@ -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 @@ fi touch ffmpeg/mp_auto_pull fi -} # Prevent locale nonsense from breaking basic text processing utils export LC_ALL=C @@ -1426,8 +1424,6 @@ 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"