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";
115
115
const char kH264FmtpSpsPpsIdrInKeyframe [] = " sps-pps-idr-in-keyframe" ;
116
116
const char kH264ProfileLevelConstrainedBaseline [] = " 42e01f" ;
117
117
const char kH264ProfileLevelConstrainedHigh [] = " 640c1f" ;
118
+ #ifdef WEBRTC_USE_H265
118
119
// RFC 7798 RTP Payload Format for H.265 video
119
120
const char kH265FmtpProfileSpace [] = " profile-space" ;
120
121
const char kH265FmtpProfileId [] = " profile-id" ;
121
122
const char kH265FmtpTierFlag [] = " tier-flag" ;
122
123
const char kH265FmtpLevelId [] = " level-id" ;
124
+ #endif
123
125
124
126
const char kVP9ProfileId [] = " profile-id" ;
125
127
Original file line number Diff line number Diff line change @@ -1754,14 +1754,6 @@ if (is_ios || is_mac) {
1754
1754
" objc/components/video_codec/RTCVideoEncoderFactoryH264.m" ,
1755
1755
" objc/components/video_codec/RTCVideoEncoderH264.h" ,
1756
1756
" 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" ,
1765
1757
]
1766
1758
1767
1759
if (rtc_use_h265 ) {
Original file line number Diff line number Diff line change @@ -91,6 +91,6 @@ NS_ASSUME_NONNULL_BEGIN
91
91
- (instancetype )initWithNativePeerConnectionFactory : (
92
92
rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface>)factory ;
93
93
94
-
94
+ @end
95
95
96
96
NS_ASSUME_NONNULL_END
You can’t perform that action at this time.
0 commit comments