1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00

indentation cosmetics

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-26 12:35:32 +00:00
parent 2620815f39
commit d6e42f30a1

4
configure vendored
View File

@ -6186,8 +6186,8 @@ echocheck "FFmpeg libavcodec"
if test "$_libavcodec_a" = auto ; then
_libavcodec_a=no
if test -d libavcodec && test -f libavcodec/utils.c ; then
_libavcodec_a="yes"
_res_comment="static"
_libavcodec_a="yes"
_res_comment="static"
fi
elif test "$_libavcodec_so" = auto ; then
_libavcodec_so=no