2009-08-26 00:18:00 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdirectdrawsink.la
|
|
|
|
|
|
|
|
libgstdirectdrawsink_la_SOURCES = gstdirectdrawsink.c gstdirectdrawplugin.c
|
|
|
|
libgstdirectdrawsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(DIRECTX_CFLAGS)
|
2012-11-21 09:21:50 +00:00
|
|
|
libgstdirectdrawsink_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
2012-11-21 09:21:50 +00:00
|
|
|
-lgstinterfaces-$(GST_API_VERSION) \
|
|
|
|
$(DIRECTX_LDFLAGS) $(DIRECTDRAW_LIBS)
|
|
|
|
libgstdirectdrawsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstdirectdrawsink_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-08-26 00:18:00 +00:00
|
|
|
|
|
|
|
noinst_HEADERS= gstdirectdrawsink.h
|