Skip to content

Commit af2e618

Browse files
hiroshihoriecloudwebrtc
authored andcommitted
include simulcast headers for mac also (#10)
1 parent cba8da4 commit af2e618

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sdk/BUILD.gn

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {
@@ -1518,6 +1519,9 @@ if (is_ios || is_mac) {
15181519
"objc/components/video_codec/RTCVideoEncoderH264.h",
15191520
"objc/components/video_frame_buffer/RTCCVPixelBuffer.h",
15201521
"objc/helpers/RTCDispatcher.h",
1522+
# Added for Simulcast support
1523+
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
1524+
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",
15211525
]
15221526
if (!build_with_chromium) {
15231527
sources += [

0 commit comments

Comments
 (0)