2002-04-23 20:47:14 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgsteffectv.la
|
|
|
|
|
2002-05-05 15:29:14 +00:00
|
|
|
libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
|
2005-07-01 08:10:56 +00:00
|
|
|
libgsteffectv_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) -I$(top_srcdir)/gst/videofilter
|
2005-05-13 13:52:04 +00:00
|
|
|
libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter-0.9.la
|
2005-07-01 08:10:56 +00:00
|
|
|
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_BASE_LIBS)
|
2002-04-23 20:47:14 +00:00
|
|
|
|
2002-04-23 22:17:01 +00:00
|
|
|
noinst_HEADERS = gsteffectv.h
|