зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1221574 - [07] Update cubeb to b6315bb including full duplex for OpenSL ES. r=kinetik, r=padenot
MozReview-Commit-ID: 6VmQ4jccpJx
This commit is contained in:
Родитель
8e7c373a79
Коммит
8c162d5faa
|
@ -5,4 +5,4 @@ Makefile.in build files for the Mozilla build system.
|
|||
|
||||
The cubeb git repository is: git://github.com/kinetiknz/cubeb.git
|
||||
|
||||
The git commit ID used was 7f74039f92f4e7183188f9f00a207df8f16330a5.
|
||||
The git commit ID used was b6315bb8863ed50a7f00ee4361e044c48e19bd34.
|
||||
|
|
|
@ -618,6 +618,9 @@ TEST(cubeb, drain)
|
|||
|
||||
cubeb_stream_destroy(stream);
|
||||
cubeb_destroy(ctx);
|
||||
|
||||
got_drain = 0;
|
||||
do_drain = 0;
|
||||
}
|
||||
|
||||
TEST(cubeb, DISABLED_eos_during_prefill)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <dlfcn.h>
|
||||
#include "android/log.h"
|
||||
#include <android/log.h>
|
||||
|
||||
#include "cubeb/cubeb.h"
|
||||
#include "cubeb-internal.h"
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче