]> granicus.if.org Git - openjpeg/commitdiff
[trunk] FolderReorgProposal task: rename JP3D CLI tools
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 28 Sep 2012 09:57:19 +0000 (09:57 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 28 Sep 2012 09:57:19 +0000 (09:57 +0000)
Update issue 177

src/bin/jp3d/CMakeLists.txt
src/bin/jp3d/opj_jp3d_compress.c [moved from src/bin/jp3d/volume_to_jp3d.c with 100% similarity]
src/bin/jp3d/opj_jp3d_decompress.c [moved from src/bin/jp3d/jp3d_to_volume.c with 100% similarity]

index a4742b7c979602c02d589af73dcbc87caa60af64..d1bcca9b632efceb14852bced37f6876897211ad 100644 (file)
@@ -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: