mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
e101037589
Makes it easier to add further utils here without creating yet another plugin.
10 lines
436 B
Makefile
10 lines
436 B
Makefile
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
|
|
|
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c debugutilsbad.c
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = fpsdisplaysink.h
|
|
|