Skip to content

Commit 5ef8315

Browse files
kanathiroshihorie
authored andcommitted
include simulcast headers for mac also (#14)
Co-authored-by: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> (cherry picked from commit b212d2e)
1 parent f176f39 commit 5ef8315

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
@@ -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

Comments
 (0)