Bump aom to v3.14.1 (#15883)

* Bump aom to v3.14.1

* Remove oboe dependency in vcpkg.json
This commit is contained in:
Kino
2026-08-25 19:53:56 +08:00
committed by GitHub
parent 0d917c6fa1
commit cec4085238
9 changed files with 27 additions and 20 deletions

View File

@@ -72,7 +72,6 @@ fn install_android_deps() {
path.join("lib").to_str().unwrap()
);
println!("cargo:rustc-link-lib=ndk_compat");
println!("cargo:rustc-link-lib=oboe");
println!("cargo:rustc-link-lib=c++");
println!("cargo:rustc-link-lib=OpenSLES");
}