mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
12 lines
387 B
Makefile
12 lines
387 B
Makefile
|
plugin_LTLIBRARIES = libgstsndio.la
|
||
|
|
||
|
libgstsndio_la_SOURCES = gstsndio.c sndiosink.c sndiosrc.c
|
||
|
libgstsndio_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
|
||
|
libgstsndio_la_LIBADD = \
|
||
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
|
||
|
$(SNDIO_LIBS)
|
||
|
libgstsndio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = sndiosink.h sndiosrc.h
|
||
|
EXTRA_DIST =
|