[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)
This commit is contained in:
parent
51513c4e6b
commit
a5e442d490
1
CHANGES
1
CHANGES
|
@ -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
|
||||||
|
|
|
@ -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 \
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue