summarylogtreecommitdiffstats
path: root/advance_opts.patch
blob: 6e45bf0593e0c1a07e014ebce9698169dc678f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/pcompress.c b/pcompress.c
index 3d22b9b..95884e2 100644
--- a/pcompress.c
+++ b/pcompress.c
@@ -3693,6 +3693,10 @@ init_pc_context(pc_ctx_t *pctx, int argc, char *argv[])
 			pctx->preprocess_mode = 1;
 			pctx->enable_analyzer = 1;
 		}
+		init_filters(&ff);
+		pctx->enable_packjpg = ff.enable_packjpg;
+		pctx->enable_wavpack = ff.enable_wavpack;
+		pctx->exe_preprocess = ff.exe_preprocess;
 	} else if (pctx->do_uncompress) {
 		struct filter_flags ff;
 		/*