diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-04-13 15:24:36 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-04-13 15:24:36 +0000 |
| commit | a6f19781d71ebedeada4deefd6eeefcfa1bdce5e (patch) | |
| tree | 83e887f0263f8ff2c72cb8215fd972411387e1a3 /tcltk | |
| parent | e5f3a101608c3b5a90a518c904146a43e9372d7c (diff) | |
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.openjpeg3d@749
Diffstat (limited to 'tcltk')
| -rwxr-xr-x | tcltk/decoder.tcl | 4 | ||||
| -rwxr-xr-x | tcltk/encoder.tcl | 2 |
2 files changed, 3 insertions, 3 deletions
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 } { |
