diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 16:28:15 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-06 16:28:15 +0200 |
commit | 0a725e9e1bceb83c24c0e2455d640fd616be74a1 (patch) | |
tree | 616d23b99d481ce88afd528f74d879b7696bdcce | |
parent | 8a843e03d0cbdf532f9820e475cff1238b114bb2 (diff) | |
download | xine-lib-0a725e9e1bceb83c24c0e2455d640fd616be74a1.tar.gz xine-lib-0a725e9e1bceb83c24c0e2455d640fd616be74a1.tar.bz2 |
Remove a redundant comment.
-rw-r--r-- | src/audio_out/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am index 1329b0f62..20a4e708b 100644 --- a/src/audio_out/Makefile.am +++ b/src/audio_out/Makefile.am @@ -68,14 +68,6 @@ xineplug_LTLIBRARIES = xineplug_ao_out_none.la xineplug_ao_out_file.la \ $(fusionsound_module) \ $(jack_module) -#lib_LTLIBRARIES = \ -# $(alsa_module) \ -# $(arts_module) \ -# $(esd_module) \ -# $(irixal_module) \ -# $(oss_module) \ -# $(sun_module) - xineplug_ao_out_none_la_SOURCES = audio_none_out.c xineplug_ao_out_none_la_LIBADD = $(XINE_LIB) xineplug_ao_out_none_la_CFLAGS = $(VISIBILITY_FLAG) |