2009-09-18 22:06:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstvideomeasure.la
|
|
|
|
|
|
|
|
noinst_HEADERS = gstvideomeasure_ssim.h gstvideomeasure_collector.h
|
|
|
|
|
|
|
|
libgstvideomeasure_la_SOURCES = \
|
|
|
|
gstvideomeasure.c \
|
|
|
|
gstvideomeasure.h \
|
|
|
|
gstvideomeasure_ssim.c \
|
|
|
|
gstvideomeasure_collector.c
|
|
|
|
|
2010-05-20 00:12:55 +00:00
|
|
|
libgstvideomeasure_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS)
|
2009-09-18 22:06:57 +00:00
|
|
|
libgstvideomeasure_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
2012-04-04 12:41:22 +00:00
|
|
|
-lgstvideo-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2009-09-18 22:06:57 +00:00
|
|
|
libgstvideomeasure_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstvideomeasure_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|