summaryrefslogtreecommitdiff
path: root/openjpegConfigure.h.in
AgeCommit message (Collapse)Author
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-09-07ENH: Now verifies if the OPJ_STATIC macro is notLuis Ibanez
already defined, before it defines it.
2010-09-05ENH: Adding symbols from traditional checks.Luis Ibanez
NOTE: the LCMS may still require CMake code for detecting the prescence of the library, of the use of CMake options for letting the user choose based on her preference.
2010-09-05ENH: Adding a configured header file at the image of config.h.Luis Ibanez