Contrib: upnp/win32, remove strerror use, and other small hacks...
[vlc/asuraparaju-public.git] / modules / audio_output / Modules.am
blobf9df5bdb1f85a57d3b231c7de9bad3e76de8159c
1 SOURCES_aout_directx = directx.c windows_audio_common.h
2 SOURCES_aout_file = file.c
3 SOURCES_oss = oss.c
4 SOURCES_aout_sdl = sdl.c
5 SOURCES_waveout = waveout.c windows_audio_common.h
6 SOURCES_hd1000a = hd1000a.cpp
7 SOURCES_portaudio = portaudio.c
8 SOURCES_auhal = auhal.c
9 SOURCES_jack = jack.c
10 SOURCES_pulse = pulse.c
12 libvlc_LTLIBRARIES += libaout_file_plugin.la
14 libalsa_plugin_la_SOURCES = alsa.c
15 libalsa_plugin_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
16 libalsa_plugin_la_LIBADD = $(AM_LIBADD) $(ALSA_LIBS)
17 libalsa_plugin_la_DEPENDENCIES =
18 if HAVE_ALSA
19 libvlc_LTLIBRARIES += libalsa_plugin.la
20 endif