Bug 879651 - Explain why we don't use float on mobile.

This commit is contained in:
Paul Adenot 2013-06-11 02:11:45 +02:00
Родитель 835dee9a43
Коммит ddecfecf51
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -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)