mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
==/= fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3360 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7847d4449e
commit
e56ddb3c25
4
configure
vendored
4
configure
vendored
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user