summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 11:53:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 11:53:38 +0000
commit3e8fc3c60a9da0ed8d12ce73f03a3694f3b6a0eb (patch)
tree4ab805a1785a715cef222c24596729e785bd2a24 /configure
parenteff2dc1048414a7316b9d5430012044edf84c028 (diff)
downloadmpv-3e8fc3c60a9da0ed8d12ce73f03a3694f3b6a0eb.tar.bz2
mpv-3e8fc3c60a9da0ed8d12ce73f03a3694f3b6a0eb.tar.xz
10l elif syntax error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23121 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7601fc7ab2..9e49c43579 100755
--- a/configure
+++ b/configure
@@ -6157,7 +6157,7 @@ if test "$_libavutil_a" = auto ; then
else
die "MPlayer will not compile without libavutil in the source tree."
fi
-elif test "$_libavutil_so" = auto
+elif test "$_libavutil_so" = auto ; then
_libavutil_so=no
cat > $TMPC << EOF
#include <ffmpeg/common.h>