Mercurial > mplayer.hg
changeset 19467:c4283270c67e
cosmetics: indentation fix after last commit
author | diego |
---|---|
date | Mon, 21 Aug 2006 00:42:34 +0000 |
parents | 2a87a8a2e1fb |
children | ecd8f562e19b |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Aug 21 00:42:07 2006 +0000 +++ b/configure Mon Aug 21 00:42:34 2006 +0000 @@ -5809,15 +5809,15 @@ fi elif test "$_faad_internal" = no && test "$_faad_external" = auto ; then _ld_faad='-lfaad' - _faad_external=no - cat > $TMPC << EOF + _faad_external=no + cat > $TMPC << EOF #include <faad.h> #ifndef FAAD_MIN_STREAMSIZE #error Too old version #endif int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; } EOF - cc_check $_ld_faad $_ld_lm && _faad_external=yes + cc_check $_ld_faad $_ld_lm && _faad_external=yes fi if test "$_faad_internal" = yes ; then