From a6f19781d71ebedeada4deefd6eeefcfa1bdce5e Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 13 Apr 2011 15:24:36 +0000 Subject: renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch. --- tcltk/decoder.tcl | 4 ++-- tcltk/encoder.tcl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tcltk') diff --git a/tcltk/decoder.tcl b/tcltk/decoder.tcl index 6fadbb18..98edcde9 100755 --- a/tcltk/decoder.tcl +++ b/tcltk/decoder.tcl @@ -1,8 +1,8 @@ namespace eval VMDecoder { variable var - variable JP3Ddecoder "../bin/jp3d_vm_dec.exe" - #variable JP3Ddecoder "jp3d_vm_dec.exe" + variable JP3Ddecoder "../bin/jp3d_to_volume.exe" + #variable JP3Ddecoder "jp3d_to_volume.exe" } diff --git a/tcltk/encoder.tcl b/tcltk/encoder.tcl index dc174b71..76ad9f33 100755 --- a/tcltk/encoder.tcl +++ b/tcltk/encoder.tcl @@ -1,7 +1,7 @@ namespace eval VMEncoder { variable var - variable JP3Dencoder "../bin/jp3d_vm_enc.exe" + variable JP3Dencoder "../bin/volume_to_jp3d.exe" } proc VMEncoder::create { nb } { -- cgit v1.2.3