2007-01-04 09:44:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectsoundsink.la
|
|
|
|
|
|
|
|
libgstdirectsoundsink_la_SOURCES = gstdirectsoundsink.c gstdirectsoundplugin.c
|
2010-03-18 21:14:17 +00:00
|
|
|
libgstdirectsoundsink_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS) \
|
|
|
|
$(DIRECTSOUND_CFLAGS)
|
|
|
|
libgstdirectsoundsink_la_LIBADD = \
|
|
|
|
$(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)
|
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
|
|
|
|
2010-03-18 21:14:17 +00:00
|
|
|
noinst_HEADERS = gstdirectsoundsink.h
|