]> granicus.if.org Git - libvpx/commit
partial_idct_test: use <limits> for int16_min/max
authorJames Zern <jzern@google.com>
Sat, 12 Nov 2016 20:59:34 +0000 (12:59 -0800)
committerJames Zern <jzern@google.com>
Tue, 15 Nov 2016 20:18:38 +0000 (12:18 -0800)
commit2218a4c292f779df94be66ce7270b94a619c5785
tree27745bf111b43af69e11a9215f672491961567f1
parent0412193bb9775f6be0f9f6c74b90ff705e584d92
partial_idct_test: use <limits> for int16_min/max

this removes the need for __STDC_LIMIT_MACROS which is defined in
vpx_integer.h, but may be preceded by earlier includes of stdint.h;
fixes build with the r13 ndk

Change-Id: I3950c8837cf90d5584a20ce370ae370581c2182c
test/partial_idct_test.cc