Antonin Descampe
48fc70d4d1
renamed "openjpeg3d" in "openjp3d"
2011-04-16 11:26:16 +00:00
Antonin Descampe
a6f19781d7
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.
2011-04-13 15:24:36 +00:00
Antonin Descampe
2c38002242
bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for details)
2011-01-02 18:10:09 +00:00
Antonin Descampe
c906c230fb
revert to previous behaviour for cmake: builds (and links) dynamically by default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.
2010-12-05 15:19:57 +00:00
Antonin Descampe
e33c029fdb
changed cmake behaviour: executables are now always statically linked. When -DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
2010-11-28 17:07:04 +00:00
Luis Ibanez
61595fc656
COMP: Fixing configuration for static builds. Fixing dependencies that several
...
executables have on getopt.c, convert.c and index.c.
Some refactoring is going to be required in order to have a cleaner
configuration process and make it easier to maintain.
2010-09-01 00:52:26 +00:00
Luis Ibanez
760205958d
COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command.
...
Given that files in "codec" look for files in "libjp3dvm", and files in
"libjp3dvm" look for header files in "codec".
2010-08-31 23:37:21 +00:00
Luis Ibanez
392d33cb85
BUG: The directory compat doesn't exist. The file getopt.c is actually at this level.
2010-08-31 23:27:19 +00:00
Mathieu Malaterre
fdf20c7b7a
ENH: add cmake for jp3d
2007-09-06 10:51:38 +00:00