Skip to content
Snippets Groups Projects
Commit 2d378ad1 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: error in pre compilation variables

parent 503f1821
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ See OTBCopyright.txt for details.
#include "otbImageSeriesFileReader.h"
#include "otbFltkFilterWatcher.h"
#if defined(OTB_USE_JPEG2000)
#ifdef OTB_USE_JPEG2000
# include "otbJPEG2000ImageIO.h"
#endif
......@@ -69,7 +69,7 @@ bool
ViewerModel
::IsJPEG2000File(const std::string & filepath)
{
#if defined(OTB_USE_JPEG2000)
#ifdef OTB_USE_JPEG2000
bool isJpeg20000 = false;
JPEG2000ImageIO::Pointer readerJPEG2000 = otb::JPEG2000ImageIO::New();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment