2010-06-24 15:37:36 +00:00
|
|
|
glib_gen_prefix = __gst_debugutils
|
|
|
|
glib_gen_basename = debugutils
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/gst-glib-gen.mak
|
|
|
|
|
|
|
|
built_sources = debugutils-marshal.c
|
|
|
|
built_headers = debugutils-marshal.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(built_sources) $(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
EXTRA_DIST = debugutils-marshal.list
|
|
|
|
|
2009-05-01 00:59:56 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2010-05-11 12:08:41 +00:00
|
|
|
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
|
2010-06-24 15:37:36 +00:00
|
|
|
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
|
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
|
|
|
|
2010-05-11 12:08:41 +00:00
|
|
|
noinst_HEADERS = fpsdisplaysink.h
|
2009-04-16 15:36:13 +00:00
|
|
|
|