Mathieu Malaterre
4935eaf773
[1.5] COMP: Fix warnings identified by clang31
...
openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi
on < 0 is always false
openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison
with extraneous parentheses
openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int
' but the argument has type 'long long' [-Wformat]
printf("Marker@%d: %X\n", cio_tell(cio) - 2, id);
~^ ~~~~~~~~~~~~~~~~~
%lld
openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe
cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo
rmat]
fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset
, size);
Author: Hans Johnson <hans-johnson@uiowa.edu>
2012-08-24 08:13:17 +00:00
Mathieu Malaterre
b431cb0a41
[1.5] fix compilation warnings on windows box
2012-04-18 14:15:10 +00:00
Mathieu Malaterre
dfbab28b4d
[1.5] debian tools detected a missing link to math lib
2012-04-16 13:16:16 +00:00
Mathieu Malaterre
a5d96e54b9
[1.5] Set from DOS eol to UNIX eol
2012-03-02 14:34:13 +00:00
Mathieu Malaterre
ecb36f02c8
[1.5] Fix a warning about comparison of ulong >= 0. Thanks to winfried for report.
2012-03-01 16:55:54 +00:00
Mathieu Malaterre
cefa643823
[1.5] Fix JPWL's DLL installation. Thanks to winfried for report.
2012-03-01 15:08:18 +00:00
Mathieu Malaterre
b7b72bbf97
BUG: 4 Apply patch from stefan.
2012-01-11 19:14:50 +00:00
Mathieu Malaterre
8d18c77a7d
Add the fno-common flag to work around an issue with ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
2012-01-11 13:54:11 +00:00
Mathieu Malaterre
9d4d3b2cd0
Remove exe bit
2011-12-20 18:38:08 +00:00
Vincent Torri
fb82b6d7d9
[1.5] fix output when --disable-shared or --disable-static is
...
passed to configure. Minor fix for jpwl compilation.
2011-10-01 04:55:00 +00:00
Antonin Descampe
5d6ac5ea72
BRANCH-1.5: fixed autotools for new indexer option
2011-09-09 18:53:01 +00:00
Antonin Descampe
d1d662768d
removed obsolete testing directory and *.nix files
2011-08-16 09:28:37 +00:00
Mickael Savinaud
e716a316f6
manage case 0 frames inside yuv_num_frames function and correct some warnings with gcc4.5 (credit to Winfried)
2011-07-28 10:45:22 +00:00
Antonin Descampe
586581685c
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
2011-05-23 20:30:20 +00:00
Antonin Descampe
88f43b15fa
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
2011-05-18 11:02:27 +00:00
Antonin Descampe
6aaaa3eae2
changed the directory hierarchy of the whole project. See README files for details.
2011-04-13 22:38:50 +00:00
Antonin Descampe
16f205d886
re-organization of openjpeg directories hierarchy : step 1
2011-04-13 21:01:39 +00:00