mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
7efecfc961
These elements clip the audio/video buffers to the configured segment for the case when the upstream elements don't do this correctly.
11 lines
501 B
Makefile
11 lines
501 B
Makefile
plugin_LTLIBRARIES = libgstsegmentclip.la
|
|
|
|
libgstsegmentclip_la_SOURCES = gstsegmentclip.c gstaudiosegmentclip.c gstvideosegmentclip.c plugin.c
|
|
|
|
libgstsegmentclip_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstsegmentclip_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_LIBS) -lgstaudio-@GST_MAJORMINOR@
|
|
libgstsegmentclip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstsegmentclip_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstsegmentclip.h gstaudiosegmentclip.h gstvideosegmentclip.h
|
|
|