@@ -1321,7 +1321,6 @@ if (is_ios || is_mac) {
1321
1321
" objc/components/video_codec/RTCVideoDecoderH264.h" ,
1322
1322
" objc/components/video_codec/RTCVideoEncoderFactoryH264.h" ,
1323
1323
" objc/components/video_codec/RTCVideoEncoderH264.h" ,
1324
- " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1325
1324
" objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
1326
1325
" objc/helpers/RTCCameraPreviewView.h" ,
1327
1326
" objc/helpers/RTCDispatcher.h" ,
@@ -1369,9 +1368,11 @@ if (is_ios || is_mac) {
1369
1368
" objc/api/video_codec/RTCVideoEncoderVP8.h" ,
1370
1369
" objc/api/video_codec/RTCVideoEncoderVP9.h" ,
1371
1370
" objc/api/video_codec/RTCVideoEncoderAV1.h" ,
1372
- " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1373
1371
" objc/api/video_frame_buffer/RTCNativeI420Buffer.h" ,
1374
1372
" objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h" ,
1373
+ # Added for Simulcast support
1374
+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1375
+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1375
1376
]
1376
1377
1377
1378
if (! build_with_chromium ) {
@@ -1518,6 +1519,9 @@ if (is_ios || is_mac) {
1518
1519
" objc/components/video_codec/RTCVideoEncoderH264.h" ,
1519
1520
" objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
1520
1521
" objc/helpers/RTCDispatcher.h" ,
1522
+ # Added for Simulcast support
1523
+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1524
+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
1521
1525
]
1522
1526
if (! build_with_chromium ) {
1523
1527
sources += [
0 commit comments