diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-16 09:31:12 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-11-16 09:31:12 +0000 |
| commit | a622c1c2fe9bcf09763c1cb4cce105a1990ad206 (patch) | |
| tree | c5ecb95805c420c6970983f3f9ba76827d785cba /src/bin/common | |
| parent | b3e467dcba50b2317afb75cdb6aa768df4ec814c (diff) | |
[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define
Diffstat (limited to 'src/bin/common')
| -rw-r--r-- | src/bin/common/color.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/common/color.c b/src/bin/common/color.c index 4cefed38..a71b7410 100644 --- a/src/bin/common/color.c +++ b/src/bin/common/color.c @@ -45,7 +45,7 @@ #include <lcms.h> #endif -#ifdef USE_LEGACY +#ifdef OPJ_USE_LEGACY #define OPJ_CLRSPC_GRAY CLRSPC_GRAY #define OPJ_CLRSPC_SRGB CLRSPC_SRGB #endif |
