summaryrefslogtreecommitdiff
path: root/tcltk/encoder.tcl
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-13 15:24:36 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-13 15:24:36 +0000
commita6f19781d71ebedeada4deefd6eeefcfa1bdce5e (patch)
tree83e887f0263f8ff2c72cb8215fd972411387e1a3 /tcltk/encoder.tcl
parente5f3a101608c3b5a90a518c904146a43e9372d7c (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/encoder.tcl')
-rwxr-xr-xtcltk/encoder.tcl2
1 files changed, 1 insertions, 1 deletions
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 } {