]> git.sesse.net Git - x264/commit
checkasm: fix build on ARM
authorMans Rullgard <mans@mansr.com>
Tue, 29 Nov 2011 00:29:12 +0000 (16:29 -0800)
committerFiona Glaser <fiona@x264.com>
Wed, 30 Nov 2011 08:29:21 +0000 (00:29 -0800)
commit561f71ebf741370075b970fb9d31a593cf47782f
tree5f8bbb16cd5049f7088cc99bad16a6aeea24eaff
parent24bf90abde21e77c574f2bd43e38a3222c3183ef
checkasm: fix build on ARM
Because of how ALIGNED_ARRAY_16 is defined on ARM, array initialisers cannot be used here.  Use memset() instead.
tools/checkasm.c