mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
11 lines
224 B
Makefile
11 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 =
|