https://github.com/libav/libav
Raw File
Tip revision: d7e98ea6acd0e01b26ec1084eb00b9cb06e59111 authored by Reinhard Tartler on 15 June 2010, 19:44:30 UTC
configure: fix symver detection with icc 10
Tip revision: d7e98ea
cmdutils_common_opts.h
    { "L", OPT_EXIT, {(void*)show_license}, "show license" },
    { "h", OPT_EXIT, {(void*)show_help}, "show help" },
    { "?", OPT_EXIT, {(void*)show_help}, "show help" },
    { "help", OPT_EXIT, {(void*)show_help}, "show help" },
    { "-help", OPT_EXIT, {(void*)show_help}, "show help" },
    { "version", OPT_EXIT, {(void*)show_version}, "show version" },
    { "formats"  , OPT_EXIT, {(void*)show_formats  }, "show available formats" },
    { "codecs"   , OPT_EXIT, {(void*)show_codecs   }, "show available codecs" },
    { "bsfs"     , OPT_EXIT, {(void*)show_bsfs     }, "show available bit stream filters" },
    { "protocols", OPT_EXIT, {(void*)show_protocols}, "show available protocols" },
    { "filters",   OPT_EXIT, {(void*)show_filters  }, "show available filters" },
    { "pix_fmts" , OPT_EXIT, {(void*)show_pix_fmts }, "show available pixel formats" },
    { "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },
back to top