Fix build with libjpeg release 9

pull/278/head
Andrey Kamaev 12 years ago
parent 47df8f4c2a
commit 4e1ba6f02f
  1. 3
      modules/highgui/src/grfmt_jpeg.cpp

@ -63,6 +63,9 @@
typedef unsigned char boolean;
#endif
#undef FALSE
#undef TRUE
extern "C" {
#include "jpeglib.h"
}

Loading…
Cancel
Save