summaryrefslogtreecommitdiff
path: root/src/bin/jpwl
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-11-16 09:31:12 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-11-16 09:31:12 +0000
commita622c1c2fe9bcf09763c1cb4cce105a1990ad206 (patch)
treec5ecb95805c420c6970983f3f9ba76827d785cba /src/bin/jpwl
parentb3e467dcba50b2317afb75cdb6aa768df4ec814c (diff)
[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define
Diffstat (limited to 'src/bin/jpwl')
-rw-r--r--src/bin/jpwl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jpwl/CMakeLists.txt b/src/bin/jpwl/CMakeLists.txt
index ea522068..7bb0b496 100644
--- a/src/bin/jpwl/CMakeLists.txt
+++ b/src/bin/jpwl/CMakeLists.txt
@@ -27,7 +27,7 @@ if(WIN32)
endif()
endif()
-add_definitions(-DUSE_LEGACY)
+add_definitions(-DOPJ_USE_LEGACY)
foreach(exe decompress compress)
set(jpwl_exe opj_jpwl_${exe})
set(jp2_exe opj_${exe})