mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
185612aae3
Original commit message from CVS: Initial revision
9 lines
166 B
Makefile
9 lines
166 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstcutter.la
|
|
|
|
libgstcutter_la_SOURCES = gstcutter.c
|
|
|
|
noinst_HEADERS = gstcutter.h filter.func
|
|
|
|
EXTRA_DIST = README
|