Build fixes to merge vp9-preview into master
authorJohn Koleszar <jkoleszar@google.com>
Sun, 23 Dec 2012 15:20:10 +0000 (07:20 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 26 Dec 2012 19:21:09 +0000 (11:21 -0800)
commit5ebe94f9f148693a34bc861ef97a7fff6fc38251
tree0048d41d14362fa178b63197acc4d75d656ba77a
parent6ee08f3ccf82871963e740f1420655668e3b7ea5
Build fixes to merge vp9-preview into master

Various fixups to resolve issues when building vp9-preview under the more stringent
checks placed on the experimental branch.

Change-Id: I21749de83552e1e75c799003f849e6a0f1a35b07
48 files changed:
examples/decode_with_partial_drops.txt [new file with mode: 0644]
libs.mk
test/test.mk
test/test_libvpx.cc
vp9/common/generic/vp9_systemdependent.c
vp9/common/vp9_alloccommon.c
vp9/common/vp9_blockd.h
vp9/common/vp9_idctllm.c
vp9/common/vp9_invtrans.h
vp9/common/vp9_postproc.c
vp9/common/vp9_recon.c
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconintra.c
vp9/common/vp9_reconintra4x4.c
vp9/common/vp9_rtcd_defs.sh
vp9/common/vp9_systemdependent.h
vp9/common/x86/vp9_asm_stubs.c
vp9/common/x86/vp9_recon_wrapper_sse2.c
vp9/decoder/vp9_dboolhuff.h
vp9/decoder/vp9_decodframe.c
vp9/decoder/vp9_onyxd_int.h
vp9/decoder/x86/vp9_idct_blk_mmx.c
vp9/decoder/x86/vp9_idct_blk_sse2.c
vp9/decoder/x86/vp9_x86_dsystemdependent.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_dct.c
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_encodeintra.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_encodemb.h
vp9/encoder/vp9_firstpass.c
vp9/encoder/vp9_mbgraph.c
vp9/encoder/vp9_mcomp.c
vp9/encoder/vp9_onyx_if.c
vp9/encoder/vp9_onyx_int.h
vp9/encoder/vp9_picklpf.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_sad_c.c
vp9/encoder/vp9_temporal_filter.c
vp9/encoder/x86/vp9_x86_csystemdependent.c
vp9/vp9_common.mk
vp9/vp9cx.mk
vp9/vp9dx.mk
vpx_mem/include/vpx_mem_intrnl.h
vpx_mem/vpx_mem_tracker.c
vpx_ports/arm_cpudetect.c
vpx_scale/vpx_scale.mk
vpxenc.c