[trunk][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:00:13 +00:00
parent 39e12244cc
commit b41cad58cb
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ What's New for OpenJPIP
! : changed
+ : added
November 16, 2011
* [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
! [kaori] enabled OpenJPEG V2 API

View File

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