Chen-tao / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Mingw 4.8.1 compile fail: int16_t was not declared in this scope #619

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
bug after "Change-Id: I731a3fa4d2a257eb9ef733426ba84286fbd7ea34"

idct_test.cc (19) error: 'int16_t' was not declared in this scope...

fix: add "#include <stdint.h>" in "idct_test.cc"

Original issue reported on code.google.com by hhr...@gmail.com on 8 Sep 2013 at 7:45

GoogleCodeExporter commented 9 years ago
fixed as of https://gerrit.chromium.org/gerrit/#/c/67138/

Original comment by ya...@google.com on 12 Sep 2013 at 12:19