[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)

This commit is contained in:
Mickael Savinaud 2011-09-22 09:31:45 +00:00
parent 51513c4e6b
commit a5e442d490
3 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,7 @@ What's New for OpenJPEG
+ : added + : added
September 22, 2011 September 22, 2011
* [mickael] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)
* [mickael] WIP: fix build compilation error with windows platform about event_mgr management. * [mickael] WIP: fix build compilation error with windows platform about event_mgr management.
September 21, 2011 September 21, 2011

View File

@ -23,7 +23,8 @@ OPJ_SRC = \
../../libopenjpeg/phix_manager.c \ ../../libopenjpeg/phix_manager.c \
../../libopenjpeg/ppix_manager.c \ ../../libopenjpeg/ppix_manager.c \
../../libopenjpeg/thix_manager.c \ ../../libopenjpeg/thix_manager.c \
../../libopenjpeg/tpix_manager.c ../../libopenjpeg/tpix_manager.c \
../../libopenjpeg/function_list.c
bin_PROGRAMS = \ bin_PROGRAMS = \
frames_to_mj2 \ frames_to_mj2 \

View File

@ -46,6 +46,7 @@ phix_manager.c \
ppix_manager.c \ ppix_manager.c \
thix_manager.c \ thix_manager.c \
tpix_manager.c \ tpix_manager.c \
function_list.c \
bio.h \ bio.h \
cio.h \ cio.h \
dwt.h \ dwt.h \
@ -68,7 +69,8 @@ t1_luts.h \
t2.h \ t2.h \
tcd.h \ tcd.h \
tgt.h \ tgt.h \
cidx_manager.h cidx_manager.h \
function_list.h
EXTRA_DIST = \ EXTRA_DIST = \
CMakeLists.txt CMakeLists.txt