[1.5][JPIP] fixed opj_server execusion error (instant terminating) with autotool, cmake still need to be fixed

This commit is contained in:
Kaori Hagihara 2011-11-16 20:03:09 +00:00
parent 49f1a5ff54
commit 01749cb8a2
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ What's New for OpenJPIP
November 16, 2011
* [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] fixed opj_server execusion error (instant terminating) with autotool, cmake still need to be fixed
November 8, 2011
! [kaori] updated main page of doxygen

View File

@ -7,7 +7,7 @@ opj_server_CPPFLAGS = \
-I. \
-I$(top_srcdir)/applications/jpip/libopenjpip \
-I$(top_builddir)/applications/jpip/libopenjpip \
-DServer \
-DSERVER \
-DQUIT_SIGNAL=\"quitJPIP\"
#
opj_server_LDADD = $(top_builddir)/applications/jpip/libopenjpip/libopenjpip_server.la @FCGI_LIBS@ -lm