More lzma stuff.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-09 18:36:53 +02:00
parent 54340ab4bf
commit f1ba0c0aa7
8 changed files with 198 additions and 71 deletions
+2
View File
@@ -512,6 +512,7 @@ static int do_option(int optc, const char *arg)
e_method(M_NRV2E_LE32, opt->level);
break;
case 721:
opt->all_methods_use_lzma = true;
if (!set_method(M_LZMA, -1))
e_method(M_LZMA, opt->level);
break;
@@ -532,6 +533,7 @@ static int do_option(int optc, const char *arg)
case 901: // --brute
opt->all_methods = true;
opt->all_methods_use_lzma = true;
opt->method = -1;
opt->all_filters = true;
opt->filter = -1;