mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
echo-cancel: Update webrtc-audio-processing usage to new API
The code now needs C++11 support to compile with the updated webrtc-audio-processing library.
This commit is contained in:
parent
93822f98f4
commit
f8beaae238
5 changed files with 630 additions and 27 deletions
|
|
@ -50,7 +50,8 @@ AM_CPPFLAGS = \
|
|||
-DPULSE_LOCALEDIR=\"$(localedir)\"
|
||||
AM_CFLAGS = \
|
||||
$(PTHREAD_CFLAGS)
|
||||
AM_CXXFLAGS = $(AM_CFLAGS)
|
||||
AM_CXXFLAGS = -std=c++11 \
|
||||
$(PTHREAD_CFLAGS)
|
||||
SERVER_CFLAGS = -D__INCLUDED_FROM_PULSE_AUDIO
|
||||
|
||||
AM_LIBADD = $(PTHREAD_LIBS) $(INTLLIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue