]> granicus.if.org Git - openjpeg/commitdiff
change -v option was reactivated for JPIP
authorKaori Hagihara <khagihara@users.noreply.github.com>
Mon, 10 Oct 2011 16:10:49 +0000 (16:10 +0000)
committerKaori Hagihara <khagihara@users.noreply.github.com>
Mon, 10 Oct 2011 16:10:49 +0000 (16:10 +0000)
CHANGES
applications/codec/image_to_j2k.c
configure.ac

diff --git a/CHANGES b/CHANGES
index b613b0750b5097f5138d0584518aecfb4fc56403..b7519d34bfe28a179a61bf36caaa1ca1debd8707 100644 (file)
--- a/CHANGES
+++ b/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)
index feb9ce891ef323b781c10d5d02664762f903cb6f..759a8626e2274f0719670d829c6dd016629765c8 100644 (file)
@@ -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 */
index f703a5547a24b8d8aa4be5499dc78a81db9dc5e4..ab80e523d685f642ce44a22efb06bb880ddf4fff 100644 (file)
@@ -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
 ])