Skip to content

Commit 5717997

Browse files
hiroshihoriedavidliu
authored andcommitted
include simulcast headers for mac also (#10)
1 parent bf115ed commit 5717997

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
@@ -1267,7 +1267,6 @@ if (is_ios || is_mac) {
12671267
"objc/components/video_codec/RTCVideoDecoderH264.h",
12681268
"objc/components/video_codec/RTCVideoEncoderFactoryH264.h",
12691269
"objc/components/video_codec/RTCVideoEncoderH264.h",
1270-
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
12711270
"objc/components/video_frame_buffer/RTCCVPixelBuffer.h",
12721271
"objc/helpers/RTCCameraPreviewView.h",
12731272
"objc/helpers/RTCDispatcher.h",
@@ -1315,9 +1314,11 @@ if (is_ios || is_mac) {
13151314
"objc/api/video_codec/RTCVideoEncoderVP8.h",
13161315
"objc/api/video_codec/RTCVideoEncoderVP9.h",
13171316
"objc/api/video_codec/RTCVideoEncoderAV1.h",
1318-
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",
13191317
"objc/api/video_frame_buffer/RTCNativeI420Buffer.h",
13201318
"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",
13211322
]
13221323

13231324
if (!build_with_chromium) {
@@ -1464,6 +1465,9 @@ if (is_ios || is_mac) {
14641465
"objc/components/video_codec/RTCVideoEncoderH264.h",
14651466
"objc/components/video_frame_buffer/RTCCVPixelBuffer.h",
14661467
"objc/helpers/RTCDispatcher.h",
1468+
# Added for Simulcast support
1469+
"objc/components/video_codec/RTCVideoEncoderFactorySimulcast.h",
1470+
"objc/api/video_codec/RTCVideoEncoderSimulcast.h",
14671471
]
14681472
if (!build_with_chromium) {
14691473
sources += [

0 commit comments

Comments
 (0)