summaryrefslogtreecommitdiff
path: root/src/audio_out/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_out/Makefile.am')
-rw-r--r--src/audio_out/Makefile.am81
1 files changed, 40 insertions, 41 deletions
diff --git a/src/audio_out/Makefile.am b/src/audio_out/Makefile.am
index ddd57c0c9..692ce728b 100644
--- a/src/audio_out/Makefile.am
+++ b/src/audio_out/Makefile.am
@@ -14,66 +14,65 @@ if HAVE_OSS
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_ALSA
+#if HAVE_ALSA09
+#alsa_module = xineplug_ao_out_alsa.la
+#endif
+#endif
-if HAVE_ESD
-esd_module = xineplug_ao_out_esd.la
-endif
+#if HAVE_ESD
+#esd_module = xineplug_ao_out_esd.la
+#endif
-if HAVE_SUNAUDIO
-sun_module = xineplug_ao_out_sun.la
-endif
+#if HAVE_SUNAUDIO
+#sun_module = xineplug_ao_out_sun.la
+#endif
-if HAVE_IRIXAL
-irixal_module = xineplug_ao_out_irixal.la
-endif
+#if HAVE_IRIXAL
+#irixal_module = xineplug_ao_out_irixal.la
+#endif
-if HAVE_ARTS
-arts_module = xineplug_ao_out_arts.la
-endif
+#if HAVE_ARTS
+#arts_module = xineplug_ao_out_arts.la
+#endif
##
# IMPORTANT:
# ---------
-# All of xine audio out plugins should be named like the
+# all xine audio out plugins should be named like the
# scheme "xineplug_ao_out_"
#
-#lib_LTLIBRARIES = $(oss_module) $(alsa_module) $(sun_module) \
-# $(arts_module) $(esd_module)
+lib_LTLIBRARIES = $(oss_module)
-lib_LTLIBRARIES = \
- $(alsa_module) \
- $(arts_module) \
- $(esd_module) \
- $(irixal_module) \
- $(oss_module) \
- $(sun_module)
+#lib_LTLIBRARIES = \
+# $(alsa_module) \
+# $(arts_module) \
+# $(esd_module) \
+# $(irixal_module) \
+# $(oss_module) \
+# $(sun_module)
xineplug_ao_out_oss_la_SOURCES = audio_oss_out.c
xineplug_ao_out_oss_la_LDFLAGS = -avoid-version -module
-xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c
-xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS)
-xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module
+#xineplug_ao_out_alsa_la_SOURCES = audio_alsa_out.c
+#xineplug_ao_out_alsa_la_LIBADD = $(ALSA_LIBS)
+#xineplug_ao_out_alsa_la_LDFLAGS = -avoid-version -module
-xineplug_ao_out_esd_la_SOURCES = audio_esd_out.c
-xineplug_ao_out_esd_la_LIBADD = $(ESD_LIBS)
-xineplug_ao_out_esd_la_LDFLAGS = -avoid-version -module
+#xineplug_ao_out_esd_la_SOURCES = audio_esd_out.c
+#xineplug_ao_out_esd_la_LIBADD = $(ESD_LIBS)
+#xineplug_ao_out_esd_la_LDFLAGS = -avoid-version -module
-xineplug_ao_out_sun_la_SOURCES = audio_sun_out.c
-xineplug_ao_out_sun_la_LDFLAGS = -avoid-version -module
+#xineplug_ao_out_sun_la_SOURCES = audio_sun_out.c
+#xineplug_ao_out_sun_la_LDFLAGS = -avoid-version -module
-xineplug_ao_out_irixal_la_SOURCES = audio_irixal_out.c
-xineplug_ao_out_irixal_la_LIBADD = $(IRIXAL_LIBS)
-xineplug_ao_out_irixal_la_LDFLAGS = -avoid-version -module
+#xineplug_ao_out_irixal_la_SOURCES = audio_irixal_out.c
+#xineplug_ao_out_irixal_la_LIBADD = $(IRIXAL_LIBS)
+#xineplug_ao_out_irixal_la_LDFLAGS = -avoid-version -module
-xineplug_ao_out_arts_la_SOURCES = audio_arts_out.c
-xineplug_ao_out_arts_la_LIBADD = $(ARTS_LIBS)
-xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module
+#xineplug_ao_out_arts_la_SOURCES = audio_arts_out.c
+#xineplug_ao_out_arts_la_LIBADD = $(ARTS_LIBS)
+#xineplug_ao_out_arts_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = \
audio_alsa_out.h \