1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

_def_enca should always be set to something! And preferrably correctly..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13747 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-10-24 13:37:35 +00:00
parent afb80e95a7
commit 92a938dd17

2
configure vendored
View File

@ -4867,13 +4867,13 @@ int main()
EOF
_enca=no
cc_check -lenca && _enca=yes
fi
if test "$_enca" = yes ; then
_def_enca='#define HAVE_ENCA 1'
_ld_enca='-lenca'
else
_def_enca='#undef HAVE_ENCA'
fi
fi
echores "$_enca"