]> granicus.if.org Git - libvpx/commit
idct16x16_add_neon: fix arm visual studio builds
authorJames Zern <jzern@google.com>
Thu, 8 Dec 2016 21:02:30 +0000 (13:02 -0800)
committerJames Zern <jzern@google.com>
Thu, 8 Dec 2016 23:17:57 +0000 (15:17 -0800)
commit6defef4ab2c75c4f693b7f8876291a1de0e66d66
tree29cbcd06ee24d620eb711e42885d1b44d5e4638d
parente4c6f8fde75c0b6084b854420a398991061d4fc9
idct16x16_add_neon: fix arm visual studio builds

after:
2d3d95f enable vpx_idct16x16_256_add_neon in hbd builds

reorder INCLUDEs and fix indent of IF/ENDIFs

remove vpx_config.asm to avoid multiple symbol definitions in windows
builds and shift idct_neon.asm.S to the top to allow use of
CONFIG_VP9_HIGHBITDEPTH in the export list.

Change-Id: I0dacfbae62a6ec8fe4a26940c1a52da2dfad2029
vpx_dsp/arm/idct16x16_add_neon.asm