]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_output / Modules.am
index dba2157b9eddf2a75f1cb3db4b5ec90efe313a53..ce0f47835aa4d6e6555977a2dc751be52fcf0e6a 100644 (file)
@@ -1,7 +1,21 @@
-SOURCES_alsa = modules/audio_output/alsa.c
-SOURCES_arts = modules/audio_output/arts.c
-SOURCES_esd = modules/audio_output/esd.c
-SOURCES_aout_file = modules/audio_output/file.c
-SOURCES_oss = modules/audio_output/oss.c
-SOURCES_aout_sdl = modules/audio_output/sdl.c
-SOURCES_waveout = modules/audio_output/waveout.c
+SOURCES_aout_directx = directx.c windows_audio_common.h
+SOURCES_aout_file = file.c
+SOURCES_oss = oss.c
+SOURCES_aout_sdl = sdl.c
+SOURCES_waveout = waveout.c windows_audio_common.h
+SOURCES_hd1000a = hd1000a.cpp
+SOURCES_portaudio = portaudio.c
+SOURCES_auhal = auhal.c
+SOURCES_jack = jack.c
+SOURCES_pulse = pulse.c
+SOURCES_audioqueue = audioqueue.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