Browse Source

print_options: warn that the files are generated.

tags/n0.11
Nicolas George 14 years ago
parent
commit
1e43786b4c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      doc/print_options.c

+ 2
- 0
doc/print_options.c View File

@@ -112,6 +112,8 @@ int main(int argc, char **argv)
if (argc < 2)
print_usage();

printf("@c DO NOT EDIT THIS FILE!\n"
"@c It was generated by print_options.\n\n");
if (!strcmp(argv[1], "format"))
show_format_opts();
else if (!strcmp(argv[1], "codec"))


Loading…
Cancel
Save