summaryrefslogtreecommitdiff
path: root/libvpx_srcs_x86.gypi
diff options
context:
space:
mode:
authorhclam@chromium.org <hclam@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2012-02-14 23:05:53 +0000
committerhclam@chromium.org <hclam@chromium.org@4ff67af0-8c30-449e-8e8b-ad334ec8d88c>2012-02-14 23:05:53 +0000
commit167514562bbce1eb0566271d6cb41d90d2b5ffa0 (patch)
treed04cfc09dfc412e2975d670492fb3424b029c2bb /libvpx_srcs_x86.gypi
parent1c7e15cfd35eb2f44d30dba2c010e89b5e958988 (diff)
downloadlibvpx-167514562bbce1eb0566271d6cb41d90d2b5ffa0.tar.gz
Prepare libvpx source tree to update libvpx version
Remove libvpx source folder so I can upload the new source code. In the next change I will upload a new source tree with all the gyp file changes and needed modifications in libvpx. TBR=sergeyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9362017 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libvpx@121961 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Diffstat (limited to 'libvpx_srcs_x86.gypi')
-rw-r--r--libvpx_srcs_x86.gypi26
1 files changed, 12 insertions, 14 deletions
diff --git a/libvpx_srcs_x86.gypi b/libvpx_srcs_x86.gypi
index 4cbe40a..dc85267 100644
--- a/libvpx_srcs_x86.gypi
+++ b/libvpx_srcs_x86.gypi
@@ -11,10 +11,10 @@
'source/libvpx/vp8/common/blockd.h',
'source/libvpx/vp8/common/coefupdateprobs.h',
'source/libvpx/vp8/common/common.h',
- 'source/libvpx/vp8/common/common_types.h',
'source/libvpx/vp8/common/debugmodes.c',
- 'source/libvpx/vp8/common/defaultcoefcounts.c',
- 'source/libvpx/vp8/common/defaultcoefcounts.h',
+ 'source/libvpx/vp8/common/default_coef_probs.h',
+ 'source/libvpx/vp8/common/dequantize.c',
+ 'source/libvpx/vp8/common/dequantize.h',
'source/libvpx/vp8/common/entropy.c',
'source/libvpx/vp8/common/entropy.h',
'source/libvpx/vp8/common/entropymode.c',
@@ -27,12 +27,11 @@
'source/libvpx/vp8/common/filter.h',
'source/libvpx/vp8/common/findnearmv.c',
'source/libvpx/vp8/common/findnearmv.h',
- 'source/libvpx/vp8/common/g_common.h',
'source/libvpx/vp8/common/generic/systemdependent.c',
'source/libvpx/vp8/common/header.h',
+ 'source/libvpx/vp8/common/idct_blk.c',
'source/libvpx/vp8/common/idct.h',
'source/libvpx/vp8/common/idctllm.c',
- 'source/libvpx/vp8/common/invtrans.c',
'source/libvpx/vp8/common/invtrans.h',
'source/libvpx/vp8/common/loopfilter.c',
'source/libvpx/vp8/common/loopfilter_filters.c',
@@ -49,7 +48,6 @@
'source/libvpx/vp8/common/pragmas.h',
'source/libvpx/vp8/common/quant_common.c',
'source/libvpx/vp8/common/quant_common.h',
- 'source/libvpx/vp8/common/recon.c',
'source/libvpx/vp8/common/recon.h',
'source/libvpx/vp8/common/reconinter.c',
'source/libvpx/vp8/common/reconinter.h',
@@ -66,7 +64,12 @@
'source/libvpx/vp8/common/threading.h',
'source/libvpx/vp8/common/treecoder.c',
'source/libvpx/vp8/common/treecoder.h',
- 'source/libvpx/vp8/common/type_aliases.h',
+ 'source/libvpx/vp8/common/x86/dequantize_mmx.asm',
+ 'source/libvpx/vp8/common/x86/dequantize_x86.h',
+ 'source/libvpx/vp8/common/x86/filter_x86.c',
+ 'source/libvpx/vp8/common/x86/filter_x86.h',
+ 'source/libvpx/vp8/common/x86/idct_blk_mmx.c',
+ 'source/libvpx/vp8/common/x86/idct_blk_sse2.c',
'source/libvpx/vp8/common/x86/idctllm_mmx.asm',
'source/libvpx/vp8/common/x86/idctllm_sse2.asm',
'source/libvpx/vp8/common/x86/idct_x86.h',
@@ -93,22 +96,15 @@
'source/libvpx/vp8/decoder/decodemv.h',
'source/libvpx/vp8/decoder/decoderthreading.h',
'source/libvpx/vp8/decoder/decodframe.c',
- 'source/libvpx/vp8/decoder/dequantize.c',
- 'source/libvpx/vp8/decoder/dequantize.h',
'source/libvpx/vp8/decoder/detokenize.c',
'source/libvpx/vp8/decoder/detokenize.h',
'source/libvpx/vp8/decoder/generic/dsystemdependent.c',
- 'source/libvpx/vp8/decoder/idct_blk.c',
'source/libvpx/vp8/decoder/onyxd_if.c',
'source/libvpx/vp8/decoder/onyxd_int.h',
'source/libvpx/vp8/decoder/reconintra_mt.c',
'source/libvpx/vp8/decoder/reconintra_mt.h',
'source/libvpx/vp8/decoder/threading.c',
'source/libvpx/vp8/decoder/treereader.h',
- 'source/libvpx/vp8/decoder/x86/dequantize_mmx.asm',
- 'source/libvpx/vp8/decoder/x86/dequantize_x86.h',
- 'source/libvpx/vp8/decoder/x86/idct_blk_mmx.c',
- 'source/libvpx/vp8/decoder/x86/idct_blk_sse2.c',
'source/libvpx/vp8/decoder/x86/x86_dsystemdependent.c',
'source/libvpx/vp8/encoder/bitstream.c',
'source/libvpx/vp8/encoder/bitstream.h',
@@ -117,6 +113,7 @@
'source/libvpx/vp8/encoder/boolhuff.h',
'source/libvpx/vp8/encoder/dct.c',
'source/libvpx/vp8/encoder/dct.h',
+ 'source/libvpx/vp8/encoder/defaultcoefcounts.h',
'source/libvpx/vp8/encoder/encodeframe.c',
'source/libvpx/vp8/encoder/encodeintra.c',
'source/libvpx/vp8/encoder/encodeintra.h',
@@ -202,6 +199,7 @@
'source/libvpx/vpx_scale/generic/vpxscale.c',
'source/libvpx/vpx_scale/generic/yv12config.c',
'source/libvpx/vpx_scale/generic/yv12extend.c',
+ 'source/libvpx/vpx_scale/generic/yv12extend_generic.h',
'source/libvpx/vpx_scale/scale_mode.h',
'source/libvpx/vpx_scale/vpxscale.h',
'source/libvpx/vpx_scale/yv12config.h',