mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
c05f8dc809
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
10 lines
205 B
Makefile
10 lines
205 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstcutter.la
|
|
|
|
libgstcutter_la_SOURCES = gstcutter.c
|
|
libgstcutter_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstcutter.h filter.func
|
|
|
|
EXTRA_DIST = README
|