summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-01-24 20:31:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-01-24 20:31:12 +0000
commit48a2c8260d443e84c90502f35d20799190a3e616 (patch)
tree3ff4e35a14744724bd999994f0a6b3d7ad167f98 /src/tools
parented0207f1267c34dd195a9807d47b74e9fab155e0 (diff)
Disable -createcdflac for now. The CHDs produced are not
compatible with existing v4 CHD readers, so I don't want these out in the wild. We will need a version bump to add this support properly. I'll tackle this next (after fixing recent regressions).
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/chdman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdman.c b/src/tools/chdman.c
index bda38ca9750..17c02b5cad0 100644
--- a/src/tools/chdman.c
+++ b/src/tools/chdman.c
@@ -3410,7 +3410,7 @@ int CLIB_DECL main(int argc, char *argv[])
{ "-createuncomphd", do_createhd_uncomp, 0 },
{ "-createraw", do_createraw, 0 },
{ "-createcd", do_createcd, 0 },
- { "-createcdflac", do_createcd, 1 },
+// { "-createcdflac", do_createcd, 1 },
{ "-createblankhd", do_createblankhd, 0 },
{ "-createav", do_createav, 0 },
{ "-copydata", do_copydata, 0 },