@@ -1340,7 +1340,6 @@ if (is_ios || is_mac) {
13401340 " objc/components/video_codec/RTCVideoDecoderH264.h" ,
13411341 " objc/components/video_codec/RTCVideoEncoderFactoryH264.h" ,
13421342 " objc/components/video_codec/RTCVideoEncoderH264.h" ,
1343- " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
13441343 " objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
13451344 " objc/helpers/RTCCameraPreviewView.h" ,
13461345 " objc/helpers/RTCDispatcher.h" ,
@@ -1392,9 +1391,11 @@ if (is_ios || is_mac) {
13921391 " objc/api/video_codec/RTCVideoEncoderVP8.h" ,
13931392 " objc/api/video_codec/RTCVideoEncoderVP9.h" ,
13941393 " objc/api/video_codec/RTCVideoEncoderAV1.h" ,
1395- " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
13961394 " objc/api/video_frame_buffer/RTCNativeI420Buffer.h" ,
13971395 " objc/api/video_frame_buffer/RTCNativeMutableI420Buffer.h" ,
1396+ # Added for Simulcast support
1397+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1398+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
13981399 ]
13991400
14001401 if (! build_with_chromium ) {
@@ -1543,6 +1544,9 @@ if (is_ios || is_mac) {
15431544 " objc/components/video_codec/RTCVideoEncoderH264.h" ,
15441545 " objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
15451546 " objc/helpers/RTCDispatcher.h" ,
1547+ # Added for Simulcast support
1548+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1549+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
15461550 ]
15471551 if (! build_with_chromium ) {
15481552 sources += [
0 commit comments