mirror of https://github.com/mpv-player/mpv
Make twolame disable toolame.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21925 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
811cec046e
commit
acc38e2745
|
@ -5659,6 +5659,7 @@ fi
|
||||||
echores "$_twolame"
|
echores "$_twolame"
|
||||||
|
|
||||||
echocheck "Toolame"
|
echocheck "Toolame"
|
||||||
|
test "$_twolame" = yes && _toolame=no && _res_comment="disabled by twolame"
|
||||||
if test "$_toolame" = auto ; then
|
if test "$_toolame" = auto ; then
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
#include <toolame.h>
|
#include <toolame.h>
|
||||||
|
|
Loading…
Reference in New Issue