We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6fe6 commit ca975f8Copy full SHA for ca975f8
src/modules/version/version.c
@@ -39,7 +39,7 @@ void ffPrintVersion(FFVersionOptions* options)
39
FF_FORMAT_ARG(result->cmakeBuiltType, "cmake-built-type"),
40
FF_FORMAT_ARG(result->compileTime, "compile-time"),
41
FF_FORMAT_ARG(result->compiler, "compiler"),
42
- FF_FORMAT_ARG(buf, "libc-used"),
+ FF_FORMAT_ARG(buf, "libc"),
43
}));
44
}
45
0 commit comments