1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

readability cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18731 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-06-16 16:03:27 +00:00
parent fe8651b4cf
commit 1b393e973d

12
configure vendored
View File

@ -3444,7 +3444,7 @@ else
_def_sysi86='#undef HAVE_SYSI86'
fi
echores "$_sysi86"
fi
fi #if sunos
echocheck "sys/sysinfo.h"
@ -5969,7 +5969,7 @@ EOF
fi
fi
fi
fi # if false
echores "$_dshow"
@ -6195,7 +6195,7 @@ EOF
fi
fi
echores "$_libavutil_so"
fi
fi #if test "$_libavutil" != yes ; then
if test "$_libavcodec" != yes ; then
echocheck "FFmpeg libavcodec (dynamic)"
@ -6222,7 +6222,7 @@ EOF
fi
fi
echores "$_libavcodec_so"
fi
fi #if test "$_libavcodec" != yes ; then
if test "$_libavformat" != yes ; then
echocheck "FFmpeg libavformat (dynamic)"
@ -6244,7 +6244,7 @@ EOF
fi
fi
echores "$_libavformat_so"
fi
fi #if test "$_libavformat" != yes ; then
if test "$_libpostproc" != yes ; then
echocheck "FFmpeg libpostproc (dynamic)"
@ -6264,7 +6264,7 @@ EOF
fi
fi
echores "$_libpostproc_so"
fi
fi #if test "$_libpostproc" != yes ; then
_def_libavcodec='#undef USE_LIBAVCODEC'
_def_libavcodec_so='#undef USE_LIBAVCODEC_SO'