diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-20 18:45:53 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-12-20 18:45:53 +0000 |
| commit | f1bae45c769e4360d9ed2e78fff5cb52fa6e4a8c (patch) | |
| tree | c4b56fd66892b79f3e2513fcd7f9c514a9265ade /src/bin/jp2/CMakeLists.txt | |
| parent | 65c07b42e3b0f12faa25e8b17c12b7e21e110e88 (diff) | |
[trunk] fixed BMP reading for 8bpp when width & 3 == 1
Update issue 203
Diffstat (limited to 'src/bin/jp2/CMakeLists.txt')
| -rw-r--r-- | src/bin/jp2/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt index ec13fc18..4cf4aecf 100644 --- a/src/bin/jp2/CMakeLists.txt +++ b/src/bin/jp2/CMakeLists.txt @@ -3,6 +3,7 @@ # First thing define the common source: set(common_SRCS convert.c + convertbmp.c index.c ${OPENJPEG_SOURCE_DIR}/src/bin/common/color.c ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c |
