change -v option was reactivated for JPIP
This commit is contained in:
parent
f20530dce2
commit
7c87bb35c4
1
CHANGES
1
CHANGES
|
@ -9,6 +9,7 @@ October 10, 2011
|
|||
* [vincent] fix 'distcheck' rule
|
||||
+ [vincent] add libopenjpeg-jpwl.pc.in
|
||||
* [vincent] fix output when --disable-shared or --disable-static is passed to configure. Minor clean up of configure.ac.
|
||||
! [kaori] change -v option was reactivated for JPIP
|
||||
|
||||
October 07, 2011
|
||||
* [mickael] WIP: correct mistake in text output inside set_decoded_area function (credit to Winfried)
|
||||
|
|
|
@ -591,7 +591,7 @@ int parse_cmdline_encoder(int argc, char **argv, opj_cparameters_t *parameters,
|
|||
};
|
||||
|
||||
/* parse the command line */
|
||||
const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:"
|
||||
const char optlist[] = "i:o:r:q:n:b:c:t:p:s:SEM:x:R:d:T:If:P:C:F:v:"
|
||||
#ifdef USE_JPWL
|
||||
"W:"
|
||||
#endif /* USE_JPWL */
|
||||
|
|
|
@ -415,7 +415,6 @@ applications/jpip/opj_server/Makefile
|
|||
applications/jpip/opj_client/Makefile
|
||||
applications/jpip/opj_client/opj_dec_server/Makefile
|
||||
applications/jpip/tools/Makefile
|
||||
applications/jpip/tools/indexer/Makefile
|
||||
doc/Makefile
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in New Issue