2001-12-22 23:26:33 +00:00
|
|
|
|
2002-01-12 03:34:27 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsmooth.la
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
libgstsmooth_la_SOURCES = gstsmooth.c
|
2011-11-21 07:20:14 +00:00
|
|
|
libgstsmooth_la_CFLAGS = \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_CFLAGS)
|
|
|
|
libgstsmooth_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
|
2011-11-21 07:20:14 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|
2002-03-19 01:39:43 +00:00
|
|
|
libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstsmooth_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2001-12-22 23:26:33 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = gstsmooth.h
|