2017-07-20 14:38:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsound.la
|
|
|
|
|
2017-07-20 21:21:05 +00:00
|
|
|
libgstdirectsound_la_SOURCES = gstdirectsoundsink.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) \
|
|
|
|
$(DIRECTSOUND_CFLAGS)
|
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)
|
|
|
|
|
2010-03-18 21:14:17 +00:00
|
|
|
noinst_HEADERS = gstdirectsoundsink.h
|