mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
59ace1b9ee
Install a clipping function in the collectpads and use the audio clipping helper function to perform clipping to the segment boundaries. Fixes #590265
13 lines
456 B
Makefile
13 lines
456 B
Makefile
plugin_LTLIBRARIES = libgstadder.la
|
|
|
|
libgstadder_la_SOURCES = gstadder.c
|
|
libgstadder_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
#$(LIBOIL_CFLAGS)
|
|
libgstadder_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstadder_la_LIBADD = \
|
|
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
|
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
|
#$(LIBOIL_LIBS)
|
|
libgstadder_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstadder.h
|