2009-08-26 00:18:00 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsoundsrc.la
|
|
|
|
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c
|
2009-08-26 00:18:00 +00:00
|
|
|
libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS)
|
2012-11-21 09:21:50 +00:00
|
|
|
libgstdirectsoundsrc_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
2015-03-31 09:53:55 +00:00
|
|
|
$(DIRECTX_LDFLAGS) $(DIRECTSOUND_LIBS)
|
2012-11-21 09:21:50 +00:00
|
|
|
libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstdirectsoundsrc_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-08-26 00:18:00 +00:00
|
|
|
|
|
|
|
noinst_HEADERS= gstdirectsoundsrc.h
|