From 47f3dde2655934bcf1369b4f02f6aaa705ff6909 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sun, 23 Jan 2022 01:06:02 +0300 Subject: [PATCH] Fix build --- third-party/webrtc/BUILD | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/third-party/webrtc/BUILD b/third-party/webrtc/BUILD index 7bf06d0669..a7cb262c36 100644 --- a/third-party/webrtc/BUILD +++ b/third-party/webrtc/BUILD @@ -2153,7 +2153,6 @@ webrtc_sources = [ "modules/rtp_rtcp/source/rtp_descriptor_authentication.h", "modules/rtp_rtcp/source/rtp_format.h", "modules/rtp_rtcp/source/rtp_format_h264.h", - "modules/rtp_rtcp/source/rtp_format_h265.h", "modules/rtp_rtcp/source/rtp_format_video_generic.h", "modules/rtp_rtcp/source/rtp_format_vp8.h", "modules/rtp_rtcp/source/rtp_format_vp9.h", @@ -2848,17 +2847,10 @@ webrtc_sources = [ "api/sequence_checker.h", "common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_common.h", "common_audio/third_party/ooura/fft_size_128/ooura_fft_tables_neon_sse2.h", - "modules/rtp_rtcp/source/video_rtp_depacketizer_h265.h", "modules/rtp_rtcp/source/packet_sequencer.h", "modules/rtp_rtcp/source/packet_sequencer.cc", "modules/video_coding/svc/scalability_structure_full_svc.h", "modules/video_coding/svc/scalability_structure_key_svc.h", - "modules/video_coding/codecs/h265/include/h265_globals.h", - "common_video/h265/h265_common.h", - "common_video/h265/h265_vps_parser.h", - "common_video/h265/h265_bitstream_parser.h", - "common_video/h265/h265_sps_parser.h", - "common_video/h265/h265_pps_parser.h", "rtc_base/async_resolver.h", "rtc_base/async_resolver.cc", "rtc_base/experiments/bandwidth_quality_scaler_settings.h", @@ -2932,7 +2924,6 @@ webrtc_sources = [ "modules/audio_processing/agc2/adaptive_digital_gain_controller.cc", "modules/video_coding/utility/framerate_controller_deprecated.h", "modules/video_coding/utility/framerate_controller_deprecated.cc", - "modules/video_coding/h265_vps_sps_pps_tracker.h", "video/adaptation/bandwidth_quality_scaler_resource.cc", "api/wrapping_async_dns_resolver.cc", "modules/video_coding/utility/bandwidth_quality_scaler.cc", @@ -3056,9 +3047,6 @@ ios_sources = [ "objc/components/video_codec/RTCVideoDecoderH264.mm", "objc/components/video_codec/RTCVideoEncoderH264.h", "objc/components/video_codec/RTCVideoEncoderH264.mm", - "objc/components/video_codec/RTCH265ProfileLevelId.h", - "objc/components/video_codec/RTCCodecSpecificInfoH265.h", - "objc/components/video_codec/RTCCodecSpecificInfoH265+Private.h", "objc/api/video_codec/RTCVideoCodecConstants.h", "objc/api/video_codec/RTCVideoCodecConstants.mm", "objc/components/video_codec/helpers.cc",