2009-05-01 00:59:56 +00:00
|
|
|
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2010-09-06 05:41:24 +00:00
|
|
|
libgstdebugutilsbad_la_SOURCES = \
|
2011-01-14 16:42:50 +00:00
|
|
|
gstdebugspy.c \
|
2010-09-06 05:41:24 +00:00
|
|
|
debugutilsbad.c \
|
2012-02-02 22:21:50 +00:00
|
|
|
fpsdisplaysink.c \
|
|
|
|
gstchecksumsink.c \
|
2010-12-02 07:04:57 +00:00
|
|
|
gstchopmydata.c \
|
2011-06-17 10:10:06 +00:00
|
|
|
gstcompare.c \
|
2015-05-29 11:27:24 +00:00
|
|
|
gstwatchdog.c \
|
|
|
|
gsterrorignore.c
|
2011-06-17 10:10:06 +00:00
|
|
|
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
2010-09-06 05:41:24 +00:00
|
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
-lgstvideo-$(GST_API_VERSION) \
|
2012-04-13 11:10:13 +00:00
|
|
|
$(GST_LIBS)
|
2009-05-01 00:59:56 +00:00
|
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2009-04-16 15:36:13 +00:00
|
|
|
|
2015-06-12 14:14:02 +00:00
|
|
|
noinst_HEADERS = fpsdisplaysink.h \
|
|
|
|
gstchecksumsink.h \
|
|
|
|
gstchopmydata.h \
|
|
|
|
gstcompare.h \
|
|
|
|
gstdebugspy.h \
|
2015-05-29 11:27:24 +00:00
|
|
|
gstwatchdog.h \
|
|
|
|
gsterrorignore.h
|