1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

10l elif syntax error

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23121 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 11:53:38 +00:00
parent eff2dc1048
commit 3e8fc3c60a

2
configure vendored
View File

@ -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>