mirror of https://github.com/OpenIPC/composer.git
14 lines
526 B
Diff
14 lines
526 B
Diff
--- a/modules/webrtc_aec/aec.h 2022-03-27 11:22:42.000000000 +0300
|
|
+++ b/modules/webrtc_aec/aec.h 2023-06-19 18:32:36.459229801 +0300
|
|
@@ -7,8 +7,8 @@
|
|
#include <pthread.h>
|
|
|
|
#define WEBRTC_POSIX 1
|
|
-#include <webrtc/modules/audio_processing/include/audio_processing.h>
|
|
-#include <webrtc/system_wrappers/include/trace.h>
|
|
+#include <webrtc_audio_processing/webrtc/modules/audio_processing/include/audio_processing.h>
|
|
+#include <webrtc_audio_processing/webrtc/system_wrappers/include/trace.h>
|
|
|
|
|
|
#define MAX_CHANNELS 1
|