]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/Modules.am
Configure: warn is panoramix is disabled
[vlc] / modules / audio_output / Modules.am
index 548a62401db726c8531f8eb2ef6aae12d2c196e1..f9df5bdb1f85a57d3b231c7de9bad3e76de8159c 100644 (file)
@@ -1,4 +1,3 @@
-SOURCES_alsa = alsa.c
 SOURCES_aout_directx = directx.c windows_audio_common.h
 SOURCES_aout_file = file.c
 SOURCES_oss = oss.c
@@ -9,3 +8,13 @@ SOURCES_portaudio = portaudio.c
 SOURCES_auhal = auhal.c
 SOURCES_jack = jack.c
 SOURCES_pulse = pulse.c
+
+libvlc_LTLIBRARIES += libaout_file_plugin.la
+
+libalsa_plugin_la_SOURCES = alsa.c
+libalsa_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
+libalsa_plugin_la_LIBADD = $(AM_LIBADD) $(ALSA_LIBS)
+libalsa_plugin_la_DEPENDENCIES =
+if HAVE_ALSA
+libvlc_LTLIBRARIES += libalsa_plugin.la
+endif