From 6a99d9bf65aa5878cb409945ed2bdbdcb916d047 Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期五, 02 九月 2022 14:56:40 +0800
Subject: [PATCH] 更新linphone sdk

---
 HDLLinPhoneSDK(OC)/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/mediastreamer2.framework/Headers/devices.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/mediastreamer2.framework/Headers/devices.h" "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/mediastreamer2.framework/Headers/devices.h"
index 51fc39e..603aaf3 100755
--- "a/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/mediastreamer2.framework/Headers/devices.h"
+++ "b/HDLLinPhoneSDK\357\274\210OC\357\274\211/HDLLinPhoneSDK/linphone-sdk/apple-darwin/Frameworks/mediastreamer2.framework/Headers/devices.h"
@@ -35,6 +35,7 @@
 #define DEVICE_USE_ANDROID_CAMCORDER         (1<<9)  /* set when the device needs to capture using CAMCORDER instead of Voice communication (I.E kindle fire) */
 #define DEVICE_MCH264ENC_NO_PIX_FMT_CONV     (1<<10) /* set in order to avoid pixel format convervion before MediaCodec H264 encoder input */
 #define DEVICE_MCH265_LIMIT_DEQUEUE_OF_OUTPUT_BUFFERS     (1<<11) /* set in order to avoid calling dequeueOutputBuffers() too often. */
+#define DEVICE_HAS_CRAPPY_AAUDIO			 (1<<12) /* set to prevent aaudio plugin to create a soundcard */
 
 struct SoundDeviceAudioHacks {
 	const char *mic_equalizer;

--
Gitblit v1.8.0