mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
699452ef31
This is not needed any longer.
10 lines
445 B
Makefile
10 lines
445 B
Makefile
plugin_LTLIBRARIES = libgstaudiobuffer.la
|
|
|
|
libgstaudiobuffer_la_SOURCES = gstaudioringbuffer.c
|
|
libgstaudiobuffer_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS)
|
|
libgstaudiobuffer_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) \
|
|
-lgstaudio-$(GST_API_VERSION)
|
|
|
|
libgstaudiobuffer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstaudiobuffer_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|