aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-sample-type
blob: fff99f4b1e3e4b9e5694c0b173f76897870367c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Let ports handle default sample type

--- mozilla/configure.in~
+++ mozilla/configure.in
@@ -5144,7 +5144,7 @@ dnl Use integers over floats for audio o
 dnl (regarless of the CPU architecture, because audio
 dnl backends for those platforms don't support floats. We also
 dnl use integers on ARM with other OS, because it's more efficient.
-if test "$OS_TARGET" = "Android" -o "$CPU_ARCH" = "arm"; then
+if test -n "$MOZ_INTEGER_SAMPLES"; then
     MOZ_SAMPLE_TYPE_S16=1
     AC_DEFINE(MOZ_SAMPLE_TYPE_S16)
     AC_SUBST(MOZ_SAMPLE_TYPE_S16)