Mercurial > mplayer.hg
changeset 34212:7014a2e64a3d
configure: Remove unused alsa9 and alsa1x config.h #defines.
author | diego |
---|---|
date | Fri, 04 Nov 2011 14:29:33 +0000 |
parents | 203e14dbbe53 |
children | 7d93d0f72802 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Nov 04 14:29:31 2011 +0000 +++ b/configure Fri Nov 04 14:29:33 2011 +0000 @@ -5498,8 +5498,6 @@ fi def_alsa='#undef CONFIG_ALSA' def_alsa5='#undef CONFIG_ALSA5' -def_alsa9='#undef CONFIG_ALSA9' -def_alsa1x='#undef CONFIG_ALSA1X' def_sys_asoundlib_h='#undef HAVE_SYS_ASOUNDLIB_H' def_alsa_asoundlib_h='#undef HAVE_ALSA_ASOUNDLIB_H' if test "$_alsaver" ; then @@ -5514,28 +5512,24 @@ _alsa9=yes aomodules="alsa $aomodules" def_alsa='#define CONFIG_ALSA 1' - def_alsa9='#define CONFIG_ALSA9 1' def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' res_comment="using alsa 0.9.x and sys/asoundlib.h" elif test "$_alsaver" = '0.9.x-alsa' ; then _alsa9=yes aomodules="alsa $aomodules" def_alsa='#define CONFIG_ALSA 1' - def_alsa9='#define CONFIG_ALSA9 1' def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' res_comment="using alsa 0.9.x and alsa/asoundlib.h" elif test "$_alsaver" = '1.0.x-sys' ; then _alsa1x=yes aomodules="alsa $aomodules" def_alsa='#define CONFIG_ALSA 1' - def_alsa1x="#define CONFIG_ALSA1X 1" def_alsa_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1' res_comment="using alsa 1.0.x and sys/asoundlib.h" elif test "$_alsaver" = '1.0.x-alsa' ; then _alsa1x=yes aomodules="alsa $aomodules" def_alsa='#define CONFIG_ALSA 1' - def_alsa1x="#define CONFIG_ALSA1X 1" def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1' res_comment="using alsa 1.0.x and alsa/asoundlib.h" else @@ -8511,9 +8505,7 @@ /* Audio output drivers */ $def_alsa -$def_alsa1x $def_alsa5 -$def_alsa9 $def_arts $def_coreaudio $def_dart