Skip to content

Commit c600b00

Browse files
committed
Fix missing headers and Metal linking
1 parent 7e8c15c commit c600b00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sdk/BUILD.gn

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,10 @@ if (is_ios || is_mac) {
14461446
# Added for Simulcast support
14471447
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
14481448
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",
1449+
"objc/components/audio/RTCAudioBuffer.h",
1450+
"objc/components/audio/RTCAudioProcessingModule.h",
1451+
"objc/components/audio/RTCDefaultAudioProcessingModule.h",
1452+
"objc/components/audio/RTCAudioCustomProcessingDelegate.h",
14491453
]
14501454

14511455
if (!build_with_chromium) {
@@ -1607,6 +1611,10 @@ if (is_ios || is_mac) {
16071611
# Added for Simulcast support
16081612
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
16091613
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",
1614+
"objc/components/audio/RTCAudioBuffer.h",
1615+
"objc/components/audio/RTCAudioProcessingModule.h",
1616+
"objc/components/audio/RTCDefaultAudioProcessingModule.h",
1617+
"objc/components/audio/RTCAudioCustomProcessingDelegate.h",
16101618
]
16111619
if (!build_with_chromium) {
16121620
sources += [
@@ -1618,6 +1626,7 @@ if (is_ios || is_mac) {
16181626
deps = [
16191627
":base_objc",
16201628
":default_codec_factory_objc",
1629+
":metal_objc",
16211630
":native_api",
16221631
":native_video",
16231632
":peerconnectionfactory_base_objc",

0 commit comments

Comments
 (0)