[1.5] Add missing symbols from getopt into the java glue lib
This commit is contained in:
parent
3a643798bd
commit
95cf10e979
|
@ -4,8 +4,10 @@
|
|||
SET(openjpegjni_SRCS
|
||||
JavaOpenJPEGDecoder.c
|
||||
JavaOpenJPEG.c
|
||||
../codec/index.c
|
||||
../codec/convert.c
|
||||
${OPENJPEG_SOURCE_DIR}/applications/codec/index.c
|
||||
${OPENJPEG_SOURCE_DIR}/applications/codec/convert.c
|
||||
#${OPENJPEG_SOURCE_DIR}/applications/common/color.c
|
||||
${OPENJPEG_SOURCE_DIR}/applications/common/opj_getopt.c
|
||||
)
|
||||
|
||||
# JNI binding:
|
||||
|
|
Loading…
Reference in New Issue