2009-05-01 00:59:56 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2009-06-25 14:41:49 +00:00
|
|
|
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c gstcapssetter.c debugutilsbad.c
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
2009-06-06 17:28:27 +00:00
|
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2009-06-25 14:41:49 +00:00
|
|
|
noinst_HEADERS = fpsdisplaysink.h gstcapssetter.h
|
2009-04-16 15:36:13 +00:00
|
|
|
|