diff options
Diffstat (limited to 'core/fxcodec/codec')
-rw-r--r-- | core/fxcodec/codec/ccodec_iccmodule.h | 2 | ||||
-rw-r--r-- | core/fxcodec/codec/fx_codec_icc.cpp | 2 | ||||
-rw-r--r-- | core/fxcodec/codec/fx_codec_jpx_opj.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/fxcodec/codec/ccodec_iccmodule.h b/core/fxcodec/codec/ccodec_iccmodule.h index e775475249..c304b4bb8e 100644 --- a/core/fxcodec/codec/ccodec_iccmodule.h +++ b/core/fxcodec/codec/ccodec_iccmodule.h @@ -17,7 +17,7 @@ #if defined(USE_SYSTEM_LCMS2) #include <lcms2.h> #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif class CLcmsCmm { diff --git a/core/fxcodec/codec/fx_codec_icc.cpp b/core/fxcodec/codec/fx_codec_icc.cpp index 00ddf65115..b6d17d9d96 100644 --- a/core/fxcodec/codec/fx_codec_icc.cpp +++ b/core/fxcodec/codec/fx_codec_icc.cpp @@ -12,7 +12,7 @@ #if defined(USE_SYSTEM_LCMS2) #include <lcms2.h> #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif namespace { diff --git a/core/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/fxcodec/codec/fx_codec_jpx_opj.cpp index 27c2dd440b..00e93fb3d5 100644 --- a/core/fxcodec/codec/fx_codec_jpx_opj.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_opj.cpp @@ -23,7 +23,7 @@ #if defined(USE_SYSTEM_LCMS2) #include <lcms2.h> #else -#include "third_party/lcms2-2.6/include/lcms2.h" +#include "third_party/lcms/include/lcms2.h" #endif namespace { |