diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-10 13:09:51 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-09-10 13:09:51 +0000 |
commit | 75a2fb0717b5a4ef08006d112f49c6472aa471bf (patch) | |
tree | 220a919bd3146e05004e5ab1fa06c29044b176e4 /src | |
parent | 732b136b431edcee8d09e766727b77ef07d41760 (diff) | |
download | xine-lib-75a2fb0717b5a4ef08006d112f49c6472aa471bf.tar.gz xine-lib-75a2fb0717b5a4ef08006d112f49c6472aa471bf.tar.bz2 |
remove outdated alsa comment
CVS patchset: 2644
CVS date: 2002/09/10 13:09:51
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index b66fd42e6..bca1d3352 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -11,10 +11,6 @@ if HAVE_OSS oss_module = xineplug_ao_out_oss.la endif -# -# alsa plugin is completely broken due to major api change -# on the alsa project side -# if HAVE_ALSA if HAVE_ALSA09 alsa_module = xineplug_ao_out_alsa.la |