mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
9e42779841
Original commit message from CVS: Added quarkTV with some cleanups. Can still do with some optimisations.
11 lines
343 B
Makefile
11 lines
343 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgsteffectv.la
|
|
|
|
libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
|
|
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsteffectv_la_LIBADD =
|
|
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsteffectv.h
|
|
|