mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Cleanup rtc_ios_macos_use_opengl_rendering
This commit is contained in:
parent
3fc9bf05e5
commit
20922a5f44
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ declare_args() {
|
|||
}
|
||||
|
||||
# Determines whether OpenGL is available on iOS/macOS.
|
||||
rtc_ios_macos_use_opengl_rendering = is_mac || (is_ios && current_cpu == "arm64" && target_environment != "catalyst")
|
||||
rtc_ios_macos_use_opengl_rendering = !(is_ios && target_environment == "catalyst")
|
||||
|
||||
# When set to false, builtin audio encoder/decoder factories and all the
|
||||
# audio codecs they depend on will not be included in libwebrtc.{a|lib}
|
||||
|
|
Loading…
Reference in a new issue