зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1863725 - Reapply patch on top of cubeb. r=cubeb-reviewers,chunmin
Depends on D193058 Differential Revision: https://phabricator.services.mozilla.com/D193060
This commit is contained in:
Родитель
d38af75a1f
Коммит
e15b6deb00
|
@ -11,6 +11,7 @@
|
|||
#include "cubeb_resampler.h"
|
||||
#include "cubeb_triple_buffer.h"
|
||||
#include <aaudio/AAudio.h>
|
||||
#include <android/api-level.h>
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <chrono>
|
||||
|
@ -1708,6 +1709,9 @@ const static struct cubeb_ops aaudio_ops = {
|
|||
extern "C" /*static*/ int
|
||||
aaudio_init(cubeb ** context, char const * /* context_name */)
|
||||
{
|
||||
if (android_get_device_api_level() <= 30) {
|
||||
return CUBEB_ERROR;
|
||||
}
|
||||
// load api
|
||||
void * libaaudio = nullptr;
|
||||
#ifndef DISABLE_LIBAAUDIO_DLOPEN
|
||||
|
|
Загрузка…
Ссылка в новой задаче