summaryrefslogtreecommitdiff
path: root/libvpx_srcs_x86.gypi
diff options
context:
space:
mode:
authorfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-09-17 22:39:31 +0000
committerfgalligan@chromium.org <fgalligan@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2013-09-17 22:39:31 +0000
commit72fbbc4f36c0d1b3f09e70276b386135efdb3982 (patch)
treec6729e118fbc4add6676b7cb2f2cb060a686ffbb /libvpx_srcs_x86.gypi
parenta9f5ee7eb0cc3f07fd346cf0c856ab3d1d1971c8 (diff)
downloadlibvpx-72fbbc4f36c0d1b3f09e70276b386135efdb3982.tar.gz
Change Linux 32bit build to not use x86inc.asm.
The files that use x86inc.asm are causing some of the functions to use absolute addressing if they reference tables within those files. BUG=293751 TBR=tomfinegan Review URL: https://codereview.chromium.org/23514065 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@223721 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_x86.gypi')
-rw-r--r--libvpx_srcs_x86.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvpx_srcs_x86.gypi b/libvpx_srcs_x86.gypi
index a4cf40b..134b65c 100644
--- a/libvpx_srcs_x86.gypi
+++ b/libvpx_srcs_x86.gypi
@@ -224,9 +224,6 @@
'<(libvpx_source)/vp9/common/vp9_treecoder.c',
'<(libvpx_source)/vp9/common/vp9_treecoder.h',
'<(libvpx_source)/vp9/common/x86/vp9_asm_stubs.c',
- '<(libvpx_source)/vp9/common/x86/vp9_copy_sse2.asm',
- '<(libvpx_source)/vp9/common/x86/vp9_intrapred_sse2.asm',
- '<(libvpx_source)/vp9/common/x86/vp9_intrapred_ssse3.asm',
'<(libvpx_source)/vp9/common/x86/vp9_loopfilter_mmx.asm',
'<(libvpx_source)/vp9/common/x86/vp9_postproc_x86.h',
'<(libvpx_source)/vp9/common/x86/vp9_subpixel_8t_ssse3.asm',