diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-21 00:42:34 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-21 00:42:34 +0000 |
commit | 3fb54d2e99786de170df869a4b9ac63425f7bd11 (patch) | |
tree | cad5def574e47cab41955fc5c31da06554178ae5 /configure | |
parent | 7248febbfb765ae6096ffd27bd460c080ba3ffe5 (diff) |
cosmetics: indentation fix after last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19473 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5809,15 +5809,15 @@ if test "$_faad_internal" = auto ; then 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 |