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/encoder.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcltk/encoder.tcl') 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