diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 11:56:24 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-09-26 11:56:24 -0500 |
commit | 78f8ab35c2264cad5725ef6f8f21b1a614d90775 (patch) | |
tree | e37fbd0c6a9fe28a924198371cc519ff5344f3da /old-configure.in | |
parent | 7640461115477dba9590095e5ed90d12c04ee9fb (diff) | |
download | aura-central-78f8ab35c2264cad5725ef6f8f21b1a614d90775.tar.gz |
Issue %3003 - Move libvpx to libs/
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index b56192074..179cdc5c2 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2780,7 +2780,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)/libs/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 |