cosmetics: indentation

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26701 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-09 00:02:27 +00:00
parent 1b9fab9b17
commit 5f377b0985
1 changed files with 11 additions and 11 deletions

22
configure vendored
View File

@ -6571,14 +6571,14 @@ int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
EOF EOF
cc_check && _xvid_lavc=yes cc_check && _xvid_lavc=yes
fi fi
if test "$_xvid_lavc" = yes ; then if test "$_xvid_lavc" = yes ; then
_def_xvid_lavc='#define CONFIG_LIBXVID 1' _def_xvid_lavc='#define CONFIG_LIBXVID 1'
_libavencoders="$_libavencoders LIBXVID_ENCODER" _libavencoders="$_libavencoders LIBXVID_ENCODER"
else else
_xvid_lavc=no _xvid_lavc=no
_def_xvid_lavc='#undef CONFIG_LIBXVID' _def_xvid_lavc='#undef CONFIG_LIBXVID'
fi fi
echores "$_xvid_lavc" echores "$_xvid_lavc"
echocheck "x264" echocheck "x264"
@ -6671,14 +6671,14 @@ echocheck "libmp3lame (for mencoder)"
_def_mp3lame_preset='#undef HAVE_MP3LAME_PRESET' _def_mp3lame_preset='#undef HAVE_MP3LAME_PRESET'
_def_mp3lame_preset_medium='#undef HAVE_MP3LAME_PRESET_MEDIUM' _def_mp3lame_preset_medium='#undef HAVE_MP3LAME_PRESET_MEDIUM'
if test "$_mp3lame" = auto ; then if test "$_mp3lame" = auto ; then
_mp3lame=no _mp3lame=no
cat > $TMPC <<EOF cat > $TMPC <<EOF
#include <lame/lame.h> #include <lame/lame.h>
int main(void) { lame_version_t lv; (void) lame_init(); int main(void) { lame_version_t lv; (void) lame_init();
get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor);
return 0; } return 0; }
EOF EOF
cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes
fi fi
if test "$_mp3lame" = yes ; then if test "$_mp3lame" = yes ; then
_def_mp3lame="#define HAVE_MP3LAME" _def_mp3lame="#define HAVE_MP3LAME"