Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.0 KiB

  1. --- a/magic-lantern/modules/dual_iso/cr2hdr.c
  2. +++ b/magic-lantern/modules/dual_iso/cr2hdr.c
  3. @@ -53,10 +53,10 @@
  4. #include "timing.h"
  5. #include "kelvin.h"
  6. -#define MODULE_STRINGS_PREFIX dual_iso_strings
  7. +/* #define MODULE_STRINGS_PREFIX dual_iso_strings
  8. #include "../module_strings_wrapper.h"
  9. #include "module_strings.h"
  10. -MODULE_STRINGS()
  11. +MODULE_STRINGS() */
  12. /** Command-line interface */
  13. @@ -570,14 +570,14 @@
  14. int main(int argc, char** argv)
  15. {
  16. printf("cr2hdr: a post processing tool for Dual ISO images\n\n");
  17. - printf("Last update: %s\n", module_get_string(dual_iso_strings, "Last update"));
  18. + /* printf("Last update: %s\n", module_get_string(dual_iso_strings, "Last update")); */
  19. fast_randn_init();
  20. if (argc == 1)
  21. {
  22. printf("No input files.\n\n");
  23. - printf("GUI usage: drag some CR2 or DNG files over cr2hdr.exe.\n\n");
  24. + /* printf("GUI usage: drag some CR2 or DNG files over cr2hdr.exe.\n\n"); */
  25. show_commandline_help(argv[0]);
  26. return 0;
  27. }