Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-11-04 11:42:50 +08:00
commit f08dd1422d
29 changed files with 1084 additions and 672 deletions

View file

@ -2949,7 +2949,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