blob: c76edf05e7bdbdfdb3095d3ef4c12b200394f225 [file] [log] [blame]
plugin_LTLIBRARIES = libgstdirectsoundsrc.la
libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsounddevice.c gstdirectsoundplugin.c
libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS) \
-DGstDirectSoundDeviceProvider=GstDirectSoundSrcDeviceProvider \
-DGstDirectSoundDeviceProviderClass=GstDirectSoundSrcDeviceProviderClass \
-DGstDirectSoundDevice=GstDirectSoundSrcDevice \
-DGstDirectSoundDeviceClass=GstDirectSoundSrcDeviceClass \
-DGST_DIRECTSOUND_SRC_DEVICE_PROVIDER=1
libgstdirectsoundsrc_la_LIBADD = \
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
$(DIRECTX_LDFLAGS) $(DIRECTSOUND_LIBS) -lole32
libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS= gstdirectsoundsrc.h gstdirectsounddevice.h