diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-10 22:43:50 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-07-10 22:43:50 +0000 |
commit | 09e46dced401d8f28d19fe15f9349690d069728b (patch) | |
tree | befa811de4ff6af55ba71dbceb59fb34ef0acaf2 /src | |
parent | bfaac05a7d01a9f3a4cb66014026fa84e279df80 (diff) | |
download | xine-lib-09e46dced401d8f28d19fe15f9349690d069728b.tar.gz xine-lib-09e46dced401d8f28d19fe15f9349690d069728b.tar.bz2 |
Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume requirement of 0.9.0 minimum. See SF.net bug 1394688.
CVS patchset: 8104
CVS date: 2006/07/10 22:43:50
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 3bdf49e26..5c3dac5aa 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -11,10 +11,8 @@ oss_module = xineplug_ao_out_oss.la endif if HAVE_ALSA -if HAVE_ALSA09 alsa_module = xineplug_ao_out_alsa.la endif -endif if HAVE_ESD esd_module = xineplug_ao_out_esd.la |