Merge pull request from 21pages/benchmark

fix build
This commit is contained in:
RustDesk 2023-03-03 23:03:46 +08:00 committed by GitHub
commit 239d0291d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ cfg_if! {
} }
pub mod codec; pub mod codec;
mod convert; pub mod convert;
#[cfg(feature = "hwcodec")] #[cfg(feature = "hwcodec")]
pub mod hwcodec; pub mod hwcodec;
#[cfg(feature = "mediacodec")] #[cfg(feature = "mediacodec")]