summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2023-10-25 19:01:38 +0000
committerBrian Smith <brian@dbsoft.org>2023-10-25 19:01:38 +0000
commit5fa394b1696f01886b378a73768da3f39dc0e2e3 (patch)
treeaf7950b9136356fd7a5dbb2f4003a5206cff7f10 /old-configure.in
parent6df4c1874704597159f84e7a8cedca6157f25ef8 (diff)
downloaduxp-5fa394b1696f01886b378a73768da3f39dc0e2e3.tar.gz
Issue #2354 - Restore ARM32 buildability on Linux.
Fix ION breakages due to BigInt changes. Fix breakages from libjpeg, libyuv and libvpx upgrades. Restore ARM(32/64) NEON FPU support in libyuv.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in
index aa1750ec90..59a11f4fed 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2843,7 +2843,7 @@ if test -z "$MOZ_SYSTEM_LIBVPX"; then
dnl These flags are a lie; they're just used to enable the requisite
dnl opcodes; actual arch detection is done at runtime.
VPX_ASFLAGS="-march=armv7-a -mfpu=neon"
- VPX_AS_CONVERSION='$(PERL) $(topsrcdir)/media/libvpx/build/make/ads2gas.pl'
+ VPX_AS_CONVERSION='$(PERL) $(topsrcdir)/media/libvpx/libvpx/build/make/ads2gas.pl'
VPX_ARM_ASM=1
dnl Building with -mfpu=neon requires either the "softfp" or the
dnl "hardfp" ABI. Depending on the compiler's default target, and the