mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
9 lines
179 B
Makefile
9 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
|