mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
ad6ed7da2d
Original commit message from CVS: Initial revision
10 lines
224 B
Makefile
10 lines
224 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstpassthrough.la
|
|
|
|
libgstpassthrough_la_SOURCES = gstpassthrough.c
|
|
libgstpassthrough_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstpassthrough.h filter.func
|
|
|
|
EXTRA_DIST =
|