@@ -1321,7 +1321,6 @@ if (is_ios || is_mac) {
13211321 " objc/components/video_codec/RTCVideoDecoderH264.h" ,
13221322 " objc/components/video_codec/RTCVideoEncoderFactoryH264.h" ,
13231323 " objc/components/video_codec/RTCVideoEncoderH264.h" ,
1324- " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
13251324 " objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
13261325 " objc/helpers/RTCCameraPreviewView.h" ,
13271326 " objc/helpers/RTCDispatcher.h" ,
@@ -1369,9 +1368,11 @@ if (is_ios || is_mac) {
13691368 " objc/api/video_codec/RTCVideoEncoderVP8.h" ,
13701369 " objc/api/video_codec/RTCVideoEncoderVP9.h" ,
13711370 " objc/api/video_codec/RTCVideoEncoderAV1.h" ,
1372- " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
13731371 " objc/api/video_frame_buffer/RTCNativeI420Buffer.h" ,
13741372 " 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" ,
13751376 ]
13761377
13771378 if (! build_with_chromium ) {
@@ -1520,6 +1521,9 @@ if (is_ios || is_mac) {
15201521 " objc/components/video_codec/RTCVideoEncoderH264.h" ,
15211522 " objc/components/video_frame_buffer/RTCCVPixelBuffer.h" ,
15221523 " objc/helpers/RTCDispatcher.h" ,
1524+ # Added for Simulcast support
1525+ " objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h" ,
1526+ " objc/api/video_codec/RTCVideoEncoderSimulcast.h" ,
15231527 ]
15241528 if (! build_with_chromium ) {
15251529 sources += [
0 commit comments