X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffserver.c;h=f9f987acac8e6203e32d9d5b193f657a8aef5219;hb=f089e02fa2b7716d9fa5228c734e55678437db85;hp=8b819b693461772cc5da89cae2ae9c3ebbb68194;hpb=43b136ce80eabcc51e948cd62dec1b5d0e5e7914;p=ffmpeg diff --git a/ffserver.c b/ffserver.c index 8b819b69346..f9f987acac8 100644 --- a/ffserver.c +++ b/ffserver.c @@ -3950,7 +3950,7 @@ void show_help_default(const char *opt, const char *arg) } static const OptionDef options[] = { -#include "cmdutils_common_opts.h" + CMDUTILS_COMMON_OPTIONS { "n", OPT_BOOL, {(void *)&no_launch }, "enable no-launch mode" }, { "d", 0, {(void*)opt_debug}, "enable debug mode" }, { "f", HAS_ARG | OPT_STRING, {(void*)&config.filename }, "use configfile instead of /etc/ffserver.conf", "configfile" },