From: Mathieu Malaterre Date: Fri, 28 Sep 2012 09:57:19 +0000 (+0000) Subject: [trunk] FolderReorgProposal task: rename JP3D CLI tools X-Git-Tag: version.2.0~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d09cbfd21f20d53334fd8036781dfbf96ee49d0;p=openjpeg [trunk] FolderReorgProposal task: rename JP3D CLI tools Update issue 177 --- diff --git a/src/bin/jp3d/CMakeLists.txt b/src/bin/jp3d/CMakeLists.txt index a4742b7c..d1bcca9b 100644 --- a/src/bin/jp3d/CMakeLists.txt +++ b/src/bin/jp3d/CMakeLists.txt @@ -24,7 +24,7 @@ IF(WIN32) ENDIF(WIN32) # Loop over all executables: -FOREACH(exe jp3d_to_volume volume_to_jp3d) +FOREACH(exe opj_jp3d_compress opj_jp3d_decompress) ADD_EXECUTABLE(${exe} ${exe}.c ${common_SRCS}) TARGET_LINK_LIBRARIES(${exe} openjp3d) # On unix you need to link to the math library: diff --git a/src/bin/jp3d/volume_to_jp3d.c b/src/bin/jp3d/opj_jp3d_compress.c similarity index 100% rename from src/bin/jp3d/volume_to_jp3d.c rename to src/bin/jp3d/opj_jp3d_compress.c diff --git a/src/bin/jp3d/jp3d_to_volume.c b/src/bin/jp3d/opj_jp3d_decompress.c similarity index 100% rename from src/bin/jp3d/jp3d_to_volume.c rename to src/bin/jp3d/opj_jp3d_decompress.c