mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 776069: Disable remote audio for gonk. Sigh. r=kinetik
This commit is contained in:
parent
97409b2280
commit
95a883e7ed
@ -37,9 +37,9 @@ using namespace mozilla;
|
|||||||
#define SA_PER_STREAM_VOLUME 1
|
#define SA_PER_STREAM_VOLUME 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Android's audio backend is not available in content processes, so audio must
|
// Android's audio backend is not available in content processes, so
|
||||||
// be remoted to the parent chrome process.
|
// audio must be remoted to the parent chrome process.
|
||||||
#if defined(ANDROID)
|
#if defined(MOZ_WIDGET_ANDROID)
|
||||||
#define REMOTE_AUDIO 1
|
#define REMOTE_AUDIO 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user