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/mj2 | |
| parent | b3e467dcba50b2317afb75cdb6aa768df4ec814c (diff) | |
[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #define
Diffstat (limited to 'src/bin/mj2')
| -rw-r--r-- | src/bin/mj2/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/mj2/CMakeLists.txt b/src/bin/mj2/CMakeLists.txt index 93ba05b8..a270829f 100644 --- a/src/bin/mj2/CMakeLists.txt +++ b/src/bin/mj2/CMakeLists.txt @@ -24,7 +24,7 @@ foreach(exe opj_mj2_decompress opj_mj2_compress ) - add_definitions(-DUSE_LEGACY) + add_definitions(-DOPJ_USE_LEGACY) add_executable(${exe} ${exe}.c ${common_SRCS} |
