mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
feat mediacodec: Android H264/H265 decoder support
This commit is contained in:
@@ -49,6 +49,8 @@ fn initialize(app_dir: &str) {
|
||||
.with_min_level(log::Level::Debug) // limit log level
|
||||
.with_tag("ffi"), // logs will show under mytag tag
|
||||
);
|
||||
#[cfg(feature = "mediacodec")]
|
||||
scrap::mediacodec::check_mediacodec();
|
||||
}
|
||||
#[cfg(target_os = "ios")]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user