diff --git a/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoDecoderFactory.m b/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoDecoderFactory.m index c412056a4c..405e8c8408 100644 --- a/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoDecoderFactory.m +++ b/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoDecoderFactory.m @@ -12,9 +12,9 @@ #import "WebRTC/RTCVideoCodecH264.h" #if defined(USE_BUILTIN_SW_CODECS) -#import "WebRTC/RTCVideoDecoderVP8.h" +#import "WebRTC/RTCVideoDecoderVP8.h" // nogncheck #if !defined(RTC_DISABLE_VP9) -#import "WebRTC/RTCVideoDecoderVP9.h" +#import "WebRTC/RTCVideoDecoderVP9.h" // nogncheck #endif #endif diff --git a/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoEncoderFactory.m b/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoEncoderFactory.m index 8148fc75c9..8de3071b1e 100644 --- a/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoEncoderFactory.m +++ b/sdk/objc/Framework/Classes/PeerConnection/RTCDefaultVideoEncoderFactory.m @@ -13,9 +13,9 @@ #import "WebRTC/RTCVideoCodec.h" #import "WebRTC/RTCVideoCodecH264.h" #if defined(USE_BUILTIN_SW_CODECS) -#import "WebRTC/RTCVideoEncoderVP8.h" +#import "WebRTC/RTCVideoEncoderVP8.h" // nogncheck #if !defined(RTC_DISABLE_VP9) -#import "WebRTC/RTCVideoEncoderVP9.h" +#import "WebRTC/RTCVideoEncoderVP9.h" // nogncheck #endif #endif