2009-08-26 00:18:00 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsoundsrc.la
|
|
|
|
|
|
|
|
libgstdirectsoundsrc_la_SOURCES = gstdirectsoundsrc.c gstdirectsoundplugin.c
|
|
|
|
libgstdirectsoundsrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS)
|
|
|
|
libgstdirectsoundsrc_la_LIBADD = $(DIRECTDRAW_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
|
|
|
-lgstinterfaces-$(GST_API_VERSION) -ldsound
|
2009-08-26 00:18:00 +00:00
|
|
|
libgstdirectsoundsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTX_LDFLAGS)
|
|
|
|
libgstdirectsoundsrc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
|
|
|
|
noinst_HEADERS= gstdirectsoundsrc.h
|