fixed cmake and autotools files to reflect recent changes in JPIP
This commit is contained in:
parent
3b9d4c8d50
commit
dcbc727813
|
@ -6,6 +6,7 @@ What's New for OpenJPIP
|
||||||
+ : added
|
+ : added
|
||||||
|
|
||||||
August 26, 2011
|
August 26, 2011
|
||||||
|
* [antonin] fixed cmake and autotools files to reflect recent changes in JPIP
|
||||||
! [kaori] fixed Makefile.nix to load openjpeg library from this archive
|
! [kaori] fixed Makefile.nix to load openjpeg library from this archive
|
||||||
|
|
||||||
August 25, 2011
|
August 25, 2011
|
||||||
|
|
|
@ -21,6 +21,7 @@ ${CMAKE_CURRENT_SOURCE_DIR}/ihdrbox_manager.c
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/manfbox_manager.c
|
${CMAKE_CURRENT_SOURCE_DIR}/manfbox_manager.c
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/mhixbox_manager.c
|
${CMAKE_CURRENT_SOURCE_DIR}/mhixbox_manager.c
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/target_manager.c
|
${CMAKE_CURRENT_SOURCE_DIR}/target_manager.c
|
||||||
|
${CMAKE_CURRENT_SOURCE_DIR}/cachemodel_manager.c
|
||||||
)
|
)
|
||||||
|
|
||||||
# Build the library
|
# Build the library
|
||||||
|
|
|
@ -21,6 +21,7 @@ ihdrbox_manager.c \
|
||||||
manfbox_manager.c \
|
manfbox_manager.c \
|
||||||
mhixbox_manager.c \
|
mhixbox_manager.c \
|
||||||
target_manager.c \
|
target_manager.c \
|
||||||
|
cachemodel_manager.c \
|
||||||
bool.h \
|
bool.h \
|
||||||
boxheader_manager.h \
|
boxheader_manager.h \
|
||||||
box_manager.h \
|
box_manager.h \
|
||||||
|
@ -36,7 +37,8 @@ metadata_manager.h \
|
||||||
mhixbox_manager.h \
|
mhixbox_manager.h \
|
||||||
msgqueue_manager.h \
|
msgqueue_manager.h \
|
||||||
placeholder_manager.h \
|
placeholder_manager.h \
|
||||||
target_manager.h
|
target_manager.h \
|
||||||
|
cachemodel_manager.h
|
||||||
|
|
||||||
libopenjpip_server_la_CPPFLAGS = \
|
libopenjpip_server_la_CPPFLAGS = \
|
||||||
-I. \
|
-I. \
|
||||||
|
|
Loading…
Reference in New Issue