0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2001-12-06 23:23:06 +00:00
parent 7847d4449e
commit e56ddb3c25

4
configure vendored
View File

@ -2174,7 +2174,7 @@ if test "$_xanim" = auto ; then
done
fi
test "$_xanimlibdir" && _xanim=yes
if test "$_xanim" == yes ; then
if test "$_xanim" = yes ; then
echores "yes (found: $_xanimlibdir)"
else
echores "no suitable directory found"
@ -2314,7 +2314,7 @@ fi
echocheck "libmp3lame (for mencoder)"
if test "$_mp3lame" == auto ; then
if test "$_mp3lame" = auto ; then
cat > $TMPC <<EOF
#include <lame/lame.h>
int main(void) { (void) lame_init(); return 0; }