mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
10 lines
166 B
Makefile
10 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
|