gstreamer/gst/debugutils/Makefile.am

29 lines
719 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstdebugutilsbad.la
2010-09-06 05:41:24 +00:00
libgstdebugutilsbad_la_SOURCES = \
gstdebugspy.c \
2010-09-06 05:41:24 +00:00
debugutilsbad.c \
2012-02-02 22:21:50 +00:00
fpsdisplaysink.c \
gstchecksumsink.c \
gstchopmydata.c \
2011-06-17 10:10:06 +00:00
gstcompare.c \
gstwatchdog.c \
gsterrorignore.c \
gstfakevideosink.c \
gsttestsrcbin.c
2011-06-17 10:10:06 +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) \
$(GST_LIBS)
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = fpsdisplaysink.h \
gstchecksumsink.h \
gstchopmydata.h \
gstcompare.h \
gstdebugspy.h \
gstwatchdog.h \
gsterrorignore.h \
gstfakevideosink.h