Mercurial > mplayer.hg
comparison configure @ 21907:2a0402e274e7
Make twolame disable toolame.
author | diego |
---|---|
date | Sun, 14 Jan 2007 22:42:35 +0000 |
parents | e42343c4f6f0 |
children | d46c88125495 |
comparison
equal
deleted
inserted
replaced
21906:e42343c4f6f0 | 21907:2a0402e274e7 |
---|---|
5657 _nocodecmodules="twolame $_nocodecmodules" | 5657 _nocodecmodules="twolame $_nocodecmodules" |
5658 fi | 5658 fi |
5659 echores "$_twolame" | 5659 echores "$_twolame" |
5660 | 5660 |
5661 echocheck "Toolame" | 5661 echocheck "Toolame" |
5662 test "$_twolame" = yes && _toolame=no && _res_comment="disabled by twolame" | |
5662 if test "$_toolame" = auto ; then | 5663 if test "$_toolame" = auto ; then |
5663 cat > $TMPC <<EOF | 5664 cat > $TMPC <<EOF |
5664 #include <toolame.h> | 5665 #include <toolame.h> |
5665 int main(void) { toolame_init(); return 0; } | 5666 int main(void) { toolame_init(); return 0; } |
5666 EOF | 5667 EOF |