Merge pull request #278 from taka-no-me:fix_build_jpeg9

This commit is contained in:
Andrey Kamaev 2013-01-09 16:52:56 +04:00 committed by OpenCV Buildbot
commit e34aba60d9

View File

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