2007-01-04 09:44:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsoundsink.la
|
|
|
|
|
|
|
|
libgstdirectsoundsink_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
|
|
|
|
libgstdirectsoundsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
2007-05-15 17:22:58 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTSOUND_CFLAGS)
|
2007-01-04 09:44:57 +00:00
|
|
|
libgstdirectsoundsink_la_LIBADD = $(DIRECTSOUND_LIBS) \
|
|
|
|
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
-lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR)
|
2007-05-15 17:22:58 +00:00
|
|
|
libgstdirectsoundsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstdirectsoundsink_la_LIBTOOLFLAGS = --tag=disable-static
|
2007-06-14 12:14:24 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstdirectsoundsink.h
|