MIPS64: Do not use openmax_dl for MIPS64 in GN
Disables openmax_dl for MIPS64 as it is not supported. BUG=linker reports error about missing openmax_dl symbols NOTRY=True Review-Url: https://codereview.webrtc.org/1984383002 Cr-Commit-Position: refs/heads/master@{#12982}
This commit is contained in:
parent
2e646c8729
commit
caea17a139
@ -75,9 +75,8 @@ declare_args() {
|
||||
rtc_prefer_fixed_point = true
|
||||
}
|
||||
|
||||
# TODO(ljubomir): Unset rtc_use_openmax_dl for mips64el once mips64el gets
|
||||
# supported in GN (since openmax_dl is not supported for mips64el).
|
||||
if (!is_ios && (current_cpu != "arm" || arm_version >= 7)) {
|
||||
if (!is_ios && (current_cpu != "arm" || arm_version >= 7) &&
|
||||
current_cpu != "mips64el") {
|
||||
rtc_use_openmax_dl = true
|
||||
} else {
|
||||
rtc_use_openmax_dl = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user