mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
10 lines
371 B
Makefile
10 lines
371 B
Makefile
|
|
plugin_LTLIBRARIES = libgstspeed.la
|
|
|
|
libgstspeed_la_SOURCES = gstspeed.c
|
|
libgstspeed_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstspeed_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_BASE_LIBS) $(LIBM) -lgstaudio-$(GST_API_VERSION)
|
|
libgstspeed_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstspeed_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstspeed.h
|