mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
decoder_av1/build.gradle: disable BUILD_TESTING in cmake
this avoids an extra download of googletest by cpu_features after: 06fdc0a cmake: Use CTest default (Fix #169) (#170) PiperOrigin-RevId: 385181519
This commit is contained in:
parent
d4cb62eb7b
commit
fdc2cbd7e2
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ android {
|
||||||
// Debug CMake build type causes video frames to drop,
|
// Debug CMake build type causes video frames to drop,
|
||||||
// so native library should always use Release build type.
|
// so native library should always use Release build type.
|
||||||
arguments "-DCMAKE_BUILD_TYPE=Release"
|
arguments "-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
arguments "-DBUILD_TESTING=OFF"
|
||||||
targets "gav1JNI"
|
targets "gav1JNI"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue