From 22ca7177a6ad34926de64dbb4292621d4993a1b4 Mon Sep 17 00:00:00 2001 From: 21pages Date: Tue, 18 Jul 2023 13:48:28 +0800 Subject: [PATCH] Revert "fix ci" This reverts commit a0e09d3e330d34d80e235f8fa4649dbb2563ddfd. --- libs/scrap/src/common/vpxcodec.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/scrap/src/common/vpxcodec.rs b/libs/scrap/src/common/vpxcodec.rs index 54ff14d3f..090df2cc2 100644 --- a/libs/scrap/src/common/vpxcodec.rs +++ b/libs/scrap/src/common/vpxcodec.rs @@ -522,7 +522,6 @@ mod webrtc { ); call_ctl!(ctx, VP9E_SET_AQ_MODE, if ADAPTIVE_QP_MODE { 3 } else { 0 }); call_ctl!(ctx, VP9E_SET_FRAME_PARALLEL_DECODING, 0); - #[cfg(not(any(target_arch = "arm", target_arch = "aarch64", target_os = "android")))] call_ctl!(ctx, VP9E_SET_SVC_GF_TEMPORAL_REF, 0); call_ctl!( ctx,