mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
36321899ef
Original commit message from CVS: And the revTV plugin..
11 lines
332 B
Makefile
11 lines
332 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
|
|
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsteffectv_la_LIBADD =
|
|
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsteffectv.h
|
|
|