mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
10 lines
493 B
Makefile
10 lines
493 B
Makefile
plugin_LTLIBRARIES = libgstdebugutilsbad.la
|
|
|
|
libgstdebugutilsbad_la_SOURCES = fpsdisplaysink.c gstcapssetter.c debugutilsbad.c
|
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR)
|
|
libgstdebugutilsbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdebugutilsbad_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = fpsdisplaysink.h gstcapssetter.h
|
|
|