Bug 776069: Disable remote audio for gonk. Sigh. r=kinetik

This commit is contained in:
Chris Jones 2012-08-18 16:14:37 -07:00
Родитель 609baaec9a
Коммит 54174e2c2c
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -37,9 +37,9 @@ using namespace mozilla;
#define SA_PER_STREAM_VOLUME 1
#endif
// Android's audio backend is not available in content processes, so audio must
// be remoted to the parent chrome process.
#if defined(ANDROID)
// Android's audio backend is not available in content processes, so
// audio must be remoted to the parent chrome process.
#if defined(MOZ_WIDGET_ANDROID)
#define REMOTE_AUDIO 1
#endif