Mercurial > mplayer.hg
changeset 31351:82b090521efa
cosmetics: Reindent after last commit.
author | diego |
---|---|
date | Mon, 14 Jun 2010 15:21:09 +0000 |
parents | d43d99dff25d |
children | f924b5c78117 |
files | configure |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jun 14 15:19:38 2010 +0000 +++ b/configure Mon Jun 14 15:21:09 2010 +0000 @@ -5644,7 +5644,7 @@ if test "$_ossaudio" = yes ; then def_ossaudio='#define CONFIG_OSS_AUDIO 1' aomodules="oss $aomodules" - cat > $TMPC << EOF + cat > $TMPC << EOF #include <sys/ioctl.h> #include <$_soundcard_header> #ifdef OPEN_SOUND_SYSTEM @@ -5653,17 +5653,17 @@ #error Not the real thing #endif EOF - _real_ossaudio=no - cc_check && _real_ossaudio=yes - if test "$_real_ossaudio" = yes; then - def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/dsp"' - elif netbsd || openbsd ; then - def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound"' - extra_ldflags="$extra_ldflags -lossaudio" - else - def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/dsp"' - fi - def_ossaudio_devmixer='#define PATH_DEV_MIXER "/dev/mixer"' + _real_ossaudio=no + cc_check && _real_ossaudio=yes + if test "$_real_ossaudio" = yes; then + def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/dsp"' + elif netbsd || openbsd ; then + def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/sound"' + extra_ldflags="$extra_ldflags -lossaudio" + else + def_ossaudio_devdsp='#define PATH_DEV_DSP "/dev/dsp"' + fi + def_ossaudio_devmixer='#define PATH_DEV_MIXER "/dev/mixer"' else def_ossaudio='#undef CONFIG_OSS_AUDIO' def_ossaudio_devdsp='#define PATH_DEV_DSP ""'