Skip to content

Commit

Permalink
revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Nov 28, 2024
1 parent 207a4c3 commit d6540d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions webrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ fn main() {
webrtc_sys_build::configure_jni_symbols().unwrap();

println!("cargo:rustc-link-lib=EGL");
println!("cargo:rustc-link-lib=c++abi");
println!("cargo:rustc-link-lib=OpenSLES");

configure_android_sysroot(&mut builder);
Expand Down
2 changes: 1 addition & 1 deletion webrtc-sys/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use regex::Regex;
use reqwest::StatusCode;

pub const SCRATH_PATH: &str = "livekit_webrtc";
pub const WEBRTC_TAG: &str = "webrtc-dac8015-6";
pub const WEBRTC_TAG: &str = "webrtc-dac8015-5";
pub const IGNORE_DEFINES: [&str; 2] = ["CR_CLANG_REVISION", "CR_XCODE_VERSION"];

pub fn target_os() -> String {
Expand Down

0 comments on commit d6540d2

Please sign in to comment.