summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-09 00:02:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-09 00:02:27 +0000
commit5f377b0985bd017c548b2f78bf2ac12a334a89ce (patch)
tree8bebf8c33972a1444873288a92daff08adf722f1 /configure
parent1b9fab9b177a5c3e9771f355bee664f802db563d (diff)
downloadmpv-5f377b0985bd017c548b2f78bf2ac12a334a89ce.tar.bz2
mpv-5f377b0985bd017c548b2f78bf2ac12a334a89ce.tar.xz
cosmetics: indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure22
1 files changed, 11 insertions, 11 deletions
diff --git a/configure b/configure
index 5e115d2fea..76465d0060 100755
--- a/configure
+++ b/configure
@@ -6571,14 +6571,14 @@ int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
EOF
cc_check && _xvid_lavc=yes
fi
- if test "$_xvid_lavc" = yes ; then
- _def_xvid_lavc='#define CONFIG_LIBXVID 1'
- _libavencoders="$_libavencoders LIBXVID_ENCODER"
- else
- _xvid_lavc=no
- _def_xvid_lavc='#undef CONFIG_LIBXVID'
- fi
- echores "$_xvid_lavc"
+if test "$_xvid_lavc" = yes ; then
+ _def_xvid_lavc='#define CONFIG_LIBXVID 1'
+ _libavencoders="$_libavencoders LIBXVID_ENCODER"
+else
+ _xvid_lavc=no
+ _def_xvid_lavc='#undef CONFIG_LIBXVID'
+fi
+echores "$_xvid_lavc"
echocheck "x264"
@@ -6671,14 +6671,14 @@ echocheck "libmp3lame (for mencoder)"
_def_mp3lame_preset='#undef HAVE_MP3LAME_PRESET'
_def_mp3lame_preset_medium='#undef HAVE_MP3LAME_PRESET_MEDIUM'
if test "$_mp3lame" = auto ; then
-_mp3lame=no
-cat > $TMPC <<EOF
+ _mp3lame=no
+ cat > $TMPC <<EOF
#include <lame/lame.h>
int main(void) { lame_version_t lv; (void) lame_init();
get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor);
return 0; }
EOF
-cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes
+ cc_check -lmp3lame $_ld_lm && tmp_run && _mp3lame=yes
fi
if test "$_mp3lame" = yes ; then
_def_mp3lame="#define HAVE_MP3LAME"