2017-07-20 14:38:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsound.la
|
|
|
|
|
2018-01-22 13:07:38 +00:00
|
|
|
libgstdirectsound_la_SOURCES = gstdirectsoundsink.c gstdirectsounddevice.c gstdirectsoundplugin.c
|
2017-07-20 14:38:32 +00:00
|
|
|
libgstdirectsound_la_CFLAGS = \
|
2010-03-18 21:14:17 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
2018-01-22 13:07:38 +00:00
|
|
|
$(DIRECTSOUND_CFLAGS) \
|
|
|
|
-DGstDirectSoundDeviceProvider=GstDirectSoundSinkDeviceProvider \
|
|
|
|
-DGstDirectSoundDeviceProviderClass=GstDirectSoundSinkDeviceProviderClass \
|
|
|
|
-DGstDirectSoundDevice=GstDirectSoundSinkDevice \
|
|
|
|
-DGstDirectSoundDeviceClass=GstDirectSoundSinkDeviceClass
|
2017-07-20 14:38:32 +00:00
|
|
|
libgstdirectsound_la_LIBADD = \
|
2010-03-18 21:14:17 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2012-05-02 16:14:24 +00:00
|
|
|
-lgstaudio-$(GST_API_VERSION) \
|
2010-03-18 21:14:17 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
|
|
|
$(DIRECTSOUND_LIBS)
|
2017-07-20 14:38:32 +00:00
|
|
|
libgstdirectsound_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
|
|
|
|
|
2018-01-22 13:07:38 +00:00
|
|
|
noinst_HEADERS = gstdirectsoundsink.h gstdirectsounddevice.h
|