2011-02-26 08:28:32 +00:00
|
|
|
plugin_LTLIBRARIES = libgstpatchdetect.la
|
|
|
|
|
|
|
|
#ORC_SOURCE=gstpatchdetectorc
|
|
|
|
#include $(top_srcdir)/common/orc.mak
|
|
|
|
|
|
|
|
libgstpatchdetect_la_SOURCES = gstpatchdetect.c
|
|
|
|
#nodist_libgstpatchdetect_la_SOURCES = $(ORC_NODIST_SOURCES)
|
|
|
|
libgstpatchdetect_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
2011-03-26 12:45:24 +00:00
|
|
|
$(GST_CFLAGS)
|
2011-02-26 08:28:32 +00:00
|
|
|
libgstpatchdetect_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
2011-02-26 08:28:32 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS) \
|
2011-03-26 12:45:24 +00:00
|
|
|
$(LIBM)
|
2011-02-26 08:28:32 +00:00
|
|
|
libgstpatchdetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstpatchdetect_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2011-02-26 08:28:32 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstpatchdetect.h
|