[1.5][JPIP] fixed opj_server execusion error (instant terminating) with autotool, cmake still need to be fixed
This commit is contained in:
parent
49f1a5ff54
commit
01749cb8a2
|
@ -8,6 +8,7 @@ What's New for OpenJPIP
|
||||||
November 16, 2011
|
November 16, 2011
|
||||||
* [kaori] fixed Region of Interest option, and memory leak of opj_dec_server
|
* [kaori] fixed Region of Interest option, and memory leak of opj_dec_server
|
||||||
+ [kaori] new feature to target JP2 files from www (libcurl required)
|
+ [kaori] new feature to target JP2 files from www (libcurl required)
|
||||||
|
* [kaori] fixed opj_server execusion error (instant terminating) with autotool, cmake still need to be fixed
|
||||||
|
|
||||||
November 8, 2011
|
November 8, 2011
|
||||||
! [kaori] updated main page of doxygen
|
! [kaori] updated main page of doxygen
|
||||||
|
|
|
@ -7,7 +7,7 @@ opj_server_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
-I$(top_srcdir)/applications/jpip/libopenjpip \
|
-I$(top_srcdir)/applications/jpip/libopenjpip \
|
||||||
-I$(top_builddir)/applications/jpip/libopenjpip \
|
-I$(top_builddir)/applications/jpip/libopenjpip \
|
||||||
-DServer \
|
-DSERVER \
|
||||||
-DQUIT_SIGNAL=\"quitJPIP\"
|
-DQUIT_SIGNAL=\"quitJPIP\"
|
||||||
#
|
#
|
||||||
opj_server_LDADD = $(top_builddir)/applications/jpip/libopenjpip/libopenjpip_server.la @FCGI_LIBS@ -lm
|
opj_server_LDADD = $(top_builddir)/applications/jpip/libopenjpip/libopenjpip_server.la @FCGI_LIBS@ -lm
|
||||||
|
|
Loading…
Reference in New Issue