webrtc/third_party/libvpx/libvpx_src_armv6.gypi
leozwang@webrtc.org 5835adfef0 Reorganize gyp for Android
BUG=1120
TEST=trybot, local test on xoom and nexus

Message:
It turned out the last CL can only build neon code that
caused problem on Xoom.

Description:
In order to support audo-cpu-detection, I split files into two gypi files, one
contains non-neon code, antoher one ONLY contains neon specific code, so I can
apply different flags to them. Also created two build targets for each of them

We build for linux as before.

Tested on xoom and nexus S.
Review URL: https://webrtc-codereview.appspot.com/930024

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3141 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-11-21 04:10:16 +00:00

36 lines
2.0 KiB
Python

# This file is generated. Do not edit.
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'sources': [
'<(libvpx_src_dir)/vp8/common/arm/armv6/bilinearfilter_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/copymem16x16_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/copymem8x4_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/copymem8x8_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/dc_only_idct_add_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/dequant_idct_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/dequantize_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/filter_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/idct_blk_v6.c',
'<(libvpx_src_dir)/vp8/common/arm/armv6/idct_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/intra4x4_predict_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/iwalsh_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/loopfilter_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/simpleloopfilter_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/sixtappredict8x4_v6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_sad16x16_armv6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_variance16x16_armv6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_variance8x8_armv6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_h_armv6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_hv_armv6.asm',
'<(libvpx_src_dir)/vp8/common/arm/armv6/vp8_variance_halfpixvar16x16_v_armv6.asm',
'<(libvpx_src_dir)/vp8/encoder/arm/armv6/vp8_fast_quantize_b_armv6.asm',
'<(libvpx_src_dir)/vp8/encoder/arm/armv6/vp8_mse16x16_armv6.asm',
'<(libvpx_src_dir)/vp8/encoder/arm/armv6/vp8_short_fdct4x4_armv6.asm',
'<(libvpx_src_dir)/vp8/encoder/arm/armv6/vp8_subtract_armv6.asm',
'<(libvpx_src_dir)/vp8/encoder/arm/armv6/walsh_v6.asm',
],
}