This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,13 @@ const char kH264FmtpSpropParameterSets[] = "sprop-parameter-sets";
115115const char kH264FmtpSpsPpsIdrInKeyframe [] = " sps-pps-idr-in-keyframe" ;
116116const char kH264ProfileLevelConstrainedBaseline [] = " 42e01f" ;
117117const char kH264ProfileLevelConstrainedHigh [] = " 640c1f" ;
118+ #ifdef WEBRTC_USE_H265
118119// RFC 7798 RTP Payload Format for H.265 video
119120const char kH265FmtpProfileSpace [] = " profile-space" ;
120121const char kH265FmtpProfileId [] = " profile-id" ;
121122const char kH265FmtpTierFlag [] = " tier-flag" ;
122123const char kH265FmtpLevelId [] = " level-id" ;
124+ #endif
123125
124126const char kVP9ProfileId [] = " profile-id" ;
125127
Original file line number Diff line number Diff line change @@ -1754,14 +1754,6 @@ if (is_ios || is_mac) {
17541754 " objc/components/video_codec/RTCVideoEncoderFactoryH264.m" ,
17551755 " objc/components/video_codec/RTCVideoEncoderH264.h" ,
17561756 " objc/components/video_codec/RTCVideoEncoderH264.mm" ,
1757- " objc/components/video_codec/RTCVideoDecoderFactoryH265.h" ,
1758- " objc/components/video_codec/RTCVideoDecoderFactoryH265.m" ,
1759- " objc/components/video_codec/RTCVideoDecoderH265.h" ,
1760- " objc/components/video_codec/RTCVideoDecoderH265.mm" ,
1761- " objc/components/video_codec/RTCVideoEncoderFactoryH265.h" ,
1762- " objc/components/video_codec/RTCVideoEncoderFactoryH265.m" ,
1763- " objc/components/video_codec/RTCVideoEncoderH265.h" ,
1764- " objc/components/video_codec/RTCVideoEncoderH265.mm" ,
17651757 ]
17661758
17671759 if (rtc_use_h265 ) {
Original file line number Diff line number Diff line change @@ -91,6 +91,6 @@ NS_ASSUME_NONNULL_BEGIN
9191- (instancetype )initWithNativePeerConnectionFactory : (
9292 rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>)factory ;
9393
94-
94+ @end
9595
9696NS_ASSUME_NONNULL_END
You can’t perform that action at this time.
0 commit comments