Merge pull request #3494 from 21pages/benchmark

fix build
This commit is contained in:
RustDesk
2023-03-03 23:03:46 +08:00
committed by GitHub

View File

@@ -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")]