TIFF support hack for aarch64 reverted.

pull/3613/head
Alexander Smorkalov 10 years ago
parent 396f7e1a17
commit d277a1ba75
  1. 5
      modules/highgui/src/grfmt_tiff.cpp

@ -50,9 +50,8 @@
#include "precomp.hpp"
#include "grfmt_tiff.hpp"
#if !defined _MSC_VER && !defined __BORLANDC__
# include <stdint.h>
#endif
#define int64 int64_tiff
#define uint64 uint64_tiff
#ifdef HAVE_TIFF
# include "tiff.h"

Loading…
Cancel
Save