2011-05-30 10:24:31 +00:00
|
|
|
plugin_LTLIBRARIES = libgstfaceoverlay.la
|
|
|
|
|
|
|
|
# sources used to compile this plug-in
|
|
|
|
libgstfaceoverlay_la_SOURCES = gstfaceoverlay.c
|
|
|
|
|
|
|
|
# compiler and linker flags used to compile this plugin, set in configure.ac
|
2011-05-30 10:27:37 +00:00
|
|
|
libgstfaceoverlay_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstfaceoverlay_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ $(GST_LIBS)
|
2011-05-30 10:24:31 +00:00
|
|
|
libgstfaceoverlay_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstfaceoverlay_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2011-05-30 10:24:31 +00:00
|
|
|
|
|
|
|
# headers we need but don't want installed
|
|
|
|
noinst_HEADERS = gstfaceoverlay.h
|