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