2016-06-06 19:10:05 +00:00
|
|
|
plugin_LTLIBRARIES = libgstwebrtcdsp.la
|
|
|
|
|
|
|
|
libgstwebrtcdsp_la_SOURCES = gstwebrtcdsp.cpp gstwebrtcechoprobe.cpp
|
|
|
|
libgstwebrtcdsp_la_CXXFLAGS = \
|
|
|
|
-std=c++11 \
|
|
|
|
$(GST_CXXFLAGS) \
|
|
|
|
$(GST_BASE_CFLAGS) \
|
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
2018-02-19 16:30:13 +00:00
|
|
|
-I$(top_srcdir)/gst-libs \
|
|
|
|
-I$(top_builddir)/gst-libs \
|
2016-06-06 19:10:05 +00:00
|
|
|
$(WEBRTCDSP_CFLAGS)
|
|
|
|
libgstwebrtcdsp_la_LIBADD = \
|
|
|
|
-lgstaudio-$(GST_API_VERSION) \
|
2018-02-19 16:30:13 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/audio/libgstbadaudio-$(GST_API_VERSION).la \
|
2016-06-06 19:10:05 +00:00
|
|
|
$(GST_LIBS) $(GST_BASE_LIBS) \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(WEBRTCDSP_LIBS)
|
|
|
|
libgstwebrtcdsp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
|
|
|
|
noinst_HEADERS = gstwebrtcdsp.h gstwebrtcechoprobe.h
|