Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/parse_args.h

    re8fcc9a rc4d014a  
    116116      "                 do not fail if output file already exists\n"
    117117#endif /* PROG_HAS_OUTPUT */
    118 #if defined(PROG_HAS_JACK) && defined(HAVE_JACK)
     118#ifdef PROG_HAS_JACK
    119119      "       -j      --jack             use Jack\n"
    120120#if defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH)
     
    122122      "       -V      --miditap-velo     MIDI velocity; default=65.\n"
    123123#endif /* defined(PROG_HAS_ONSET) && !defined(PROG_HAS_PITCH) */
    124 #endif /* defined(PROG_HAS_JACK) && defined(HAVE_JACK) */
     124#endif /* PROG_HAS_JACK */
    125125      "       -v      --verbose          be verbose\n"
    126126      "       -h      --help             display this message\n"
     
    314314#else
    315315    errmsg("Error: no arguments given (and no available audio input)\n");
    316     errmsg("       consider recompiling with jack support (--enable-jack)\n");
    317     exit ( 1 );
     316    usage ( stderr, 1 );
    318317#endif /* HAVE_JACK */
    319318#else
Note: See TracChangeset for help on using the changeset viewer.