mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
67802e8048
Original commit message from CVS: make mad and effectv work with gst-register
9 lines
401 B
Makefile
9 lines
401 B
Makefile
|
|
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) -I$(top_srcdir)/gst/videofilter
|
|
libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter.la
|
|
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsteffectv.h
|