diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-26 11:53:38 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-26 11:53:38 +0000 |
commit | 3e8fc3c60a9da0ed8d12ce73f03a3694f3b6a0eb (patch) | |
tree | 4ab805a1785a715cef222c24596729e785bd2a24 /configure | |
parent | eff2dc1048414a7316b9d5430012044edf84c028 (diff) |
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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |