Merge pull request #376 from taka-no-me:solve_tiff_conflict
This commit is contained in:
commit
33c26a93c6
@ -294,7 +294,12 @@ TEST(Highgui_Jpeg, encode_empty)
|
|||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_TIFF
|
#ifdef HAVE_TIFF
|
||||||
|
|
||||||
|
// these defines are used to resolve conflict between tiff.h and opencv2/core/types_c.h
|
||||||
|
#define uint64 uint64_hack_
|
||||||
|
#define int64 int64_hack_
|
||||||
#include "tiff.h"
|
#include "tiff.h"
|
||||||
|
|
||||||
TEST(Highgui_Tiff, decode_tile16384x16384)
|
TEST(Highgui_Tiff, decode_tile16384x16384)
|
||||||
{
|
{
|
||||||
// see issue #2161
|
// see issue #2161
|
||||||
|
Loading…
x
Reference in New Issue
Block a user