mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-24 23:16:30 +00:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstspeed.la
|
|
|
|
libgstspeed_la_SOURCES = gstspeed.c
|
|
libgstspeed_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstspeed.h filter.func
|