mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
0548c56447
Original commit message from CVS: Added the polypaudio sink and hooked it into the build system.
9 lines
259 B
Makefile
9 lines
259 B
Makefile
|
|
plugin_LTLIBRARIES = libpolypaudio.la
|
|
|
|
libpolypaudio_la_SOURCES = plugin.c polypsink.c
|
|
libpolypaudio_la_CFLAGS = $(GST_CFLAGS)
|
|
libpolypaudio_la_LIBADD = $(GST_LIBS) $(POLYP_LIBS)
|
|
libpolypaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = polypsink.h
|