зеркало из https://github.com/mozilla/gecko-dev.git
Bug 879651 - Explain why we don't use float on mobile.
This commit is contained in:
Родитель
835dee9a43
Коммит
ddecfecf51
|
@ -5362,7 +5362,8 @@ AC_SUBST(MOZ_WEBRTC_ASSERT_ALWAYS)
|
|||
AC_SUBST(MOZ_SCTP)
|
||||
AC_SUBST(MOZ_SRTP)
|
||||
|
||||
dnl Use integers over floats for audio on B2G and Android
|
||||
dnl Use integers over floats for audio on B2G and Android, because audio
|
||||
dnl backends for those platforms don't support floats.
|
||||
if test "$OS_TARGET" = "Android"; then
|
||||
MOZ_SAMPLE_TYPE_S16=1
|
||||
AC_DEFINE(MOZ_SAMPLE_TYPE_S16)
|
||||
|
|
Загрузка…
Ссылка в новой задаче