diff options
author | trav90 <travawine@palemoon.org> | 2018-10-18 21:55:31 -0500 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-10-18 21:55:31 -0500 |
commit | 464c3130fcc3d123a5b2ef4639900e70f73e4417 (patch) | |
tree | 7aa9506013216bd5b3f7d04ce525babfa3567470 /third_party/aom/aom_dsp/x86 | |
parent | ec910d81405c736a4490383a250299a7837c2e64 (diff) | |
download | UXP-464c3130fcc3d123a5b2ef4639900e70f73e4417.tar UXP-464c3130fcc3d123a5b2ef4639900e70f73e4417.tar.gz UXP-464c3130fcc3d123a5b2ef4639900e70f73e4417.tar.lz UXP-464c3130fcc3d123a5b2ef4639900e70f73e4417.tar.xz UXP-464c3130fcc3d123a5b2ef4639900e70f73e4417.zip |
[av1] Fix build issues
This revision of libaom has some conflicts with our vendor script
and build system. A number of new .asm files have the same basename
as .c files, which our build system cannot handle.
To work around this, I manually renamed the conflicting
files in the filesystem and sources.mozbuild.
Also add av1_convolve_scale_sse4.c to sources.mozbuild manually.
This is needed by the build but for some reason isn't picked up
by generate_sources_mozbuild.sh.
Diffstat (limited to 'third_party/aom/aom_dsp/x86')
-rw-r--r-- | third_party/aom/aom_dsp/x86/highbd_intrapred_sse2_asm.asm (renamed from third_party/aom/aom_dsp/x86/highbd_intrapred_sse2.asm) | 0 | ||||
-rw-r--r-- | third_party/aom/aom_dsp/x86/intrapred_sse2_asm.asm (renamed from third_party/aom/aom_dsp/x86/intrapred_sse2.asm) | 0 | ||||
-rw-r--r-- | third_party/aom/aom_dsp/x86/intrapred_ssse3_asm.asm (renamed from third_party/aom/aom_dsp/x86/intrapred_ssse3.asm) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/third_party/aom/aom_dsp/x86/highbd_intrapred_sse2.asm b/third_party/aom/aom_dsp/x86/highbd_intrapred_sse2_asm.asm index 91b3d126c..91b3d126c 100644 --- a/third_party/aom/aom_dsp/x86/highbd_intrapred_sse2.asm +++ b/third_party/aom/aom_dsp/x86/highbd_intrapred_sse2_asm.asm diff --git a/third_party/aom/aom_dsp/x86/intrapred_sse2.asm b/third_party/aom/aom_dsp/x86/intrapred_sse2_asm.asm index 9aece27be..9aece27be 100644 --- a/third_party/aom/aom_dsp/x86/intrapred_sse2.asm +++ b/third_party/aom/aom_dsp/x86/intrapred_sse2_asm.asm diff --git a/third_party/aom/aom_dsp/x86/intrapred_ssse3.asm b/third_party/aom/aom_dsp/x86/intrapred_ssse3_asm.asm index bc1bb2ff3..bc1bb2ff3 100644 --- a/third_party/aom/aom_dsp/x86/intrapred_ssse3.asm +++ b/third_party/aom/aom_dsp/x86/intrapred_ssse3_asm.asm |