Thiago Santos 9f6cbc889b diffuse: Adds diffuse element to geometrictransform
Adds the 'diffuse' element to geometrictransform. It moves
the pixels of the image in random directions
2010-06-06 13:00:45 -03:00

31 lines
1.3 KiB
Makefile

plugin_LTLIBRARIES = libgstgeometrictransform.la
libgstgeometrictransform_la_SOURCES = plugin.c \
gstgeometrictransform.c \
gstcirclegeometrictransform.c \
geometricmath.c \
gstcircle.c \
gstdiffuse.c \
gstkaleidoscope.c \
gstpinch.c \
gstsphere.c \
gsttwirl.c \
gstwaterripple.c
libgstgeometrictransform_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
$(GST_PLUGINS_BASE_CFLAGS)
libgstgeometrictransform_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(GST_BASE_LIBS) $(GST_LIBS)
libgstgeometrictransform_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstgeometrictransform_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstgeometrictransform.h \
gstcirclegeometrictransform.h \
geometricmath.h \
gstcircle.h \
gstdiffuse.h \
gstkaleidoscope.h \
gstpinch.h \
gstsphere.h \
gsttwirl.h \
gstwaterripple.h