@@ -1269,7 +1269,6 @@ if (is_ios || is_mac) {
1269
1269
" objc/components/video_codec/RTCVideoDecoderH264.h" ,
1270
1270
" objc/components/video_codec/RTCVideoEncoderFactoryH264.h" ,
1271
1271
" objc/components/video_codec/RTCVideoEncoderH264.h" ,
1272
- " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1273
1272
" objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
1274
1273
" objc/helpers/RTCCameraPreviewView.h" ,
1275
1274
" objc/helpers/RTCDispatcher.h" ,
@@ -1316,9 +1315,11 @@ if (is_ios || is_mac) {
1316
1315
" objc/api/video_codec/RTCVideoEncoderVP8.h" ,
1317
1316
" objc/api/video_codec/RTCVideoEncoderVP9.h" ,
1318
1317
" objc/api/video_codec/RTCVideoEncoderAV1.h" ,
1319
- " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1320
1318
" objc/api/video_frame_buffer/RTCNativeI420Buffer.h" ,
1321
1319
" objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h" ,
1320
+ # Added for Simulcast support
1321
+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1322
+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1322
1323
]
1323
1324
1324
1325
if (! build_with_chromium ) {
@@ -1463,6 +1464,9 @@ if (is_ios || is_mac) {
1463
1464
" objc/components/video_codec/RTCVideoEncoderH264.h" ,
1464
1465
" objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
1465
1466
" objc/helpers/RTCDispatcher.h" ,
1467
+ # Added for Simulcast support
1468
+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1469
+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1466
1470
]
1467
1471
if (! build_with_chromium ) {
1468
1472
sources += [
0 commit comments