renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files rather...
authorAntonin Descampe <antonin@gmail.com>
Thu, 1 Sep 2011 11:24:08 +0000 (11:24 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 1 Sep 2011 11:24:08 +0000 (11:24 +0000)
commitaba0e602edd8947d149a3e69355719b1e63deae2
tree43d61ec634eb5748a2bed36354052ff6a7d5d286
parent22a2f98cedb14f0db778b131d67c6bd9b8835a4e
renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files rather than the system ones. This fixed issue 78. Credit to Winfried.
29 files changed:
CHANGES
CMake/CheckHaveGetopt.cmake [deleted file]
CMakeLists.txt
applications/JavaOpenJPEG/CMakeLists.txt
applications/JavaOpenJPEG/JavaOpenJPEG.c
applications/JavaOpenJPEG/JavaOpenJPEGDecoder.c
applications/JavaOpenJPEG/Makefile
applications/Makefile.am
applications/codec/CMakeLists.txt
applications/codec/Makefile.am
applications/codec/convert.c
applications/codec/image_to_j2k.c
applications/codec/j2k_dump.c
applications/codec/j2k_to_image.c
applications/codec/windirent.h
applications/common/getopt.c [deleted file]
applications/common/getopt.h [deleted file]
applications/common/opj_getopt.c [new file with mode: 0644]
applications/common/opj_getopt.h [new file with mode: 0644]
applications/mj2/CMakeLists.txt
applications/mj2/Makefile.am
applications/mj2/frames_to_mj2.c
applications/mj2/mj2_to_metadata.c
applications/mj2/mj2_to_metadata.vcproj
tests/CMakeLists.txt
tests/comparePGXimages.c
tests/compareRAWimages.c
tests/compare_dump_files.c
tests/nonregression/CMakeLists.txt