Commit c2c17268 authored by Michael Niedermayer's avatar Michael Niedermayer

ffserver remove CONFIG_NOCUTILS check

Nothing sets CONFIG_NOCUTILS, i also dont remember anything setting it in
the past.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4063bb21
......@@ -2045,7 +2045,7 @@ static void compute_status(HTTPContext *c)
if (stream->pid) {
avio_printf(pb, "Running as pid %d.\n", stream->pid);
#if defined(linux) && !defined(CONFIG_NOCUTILS)
#if defined(linux)
{
FILE *pid_stat;
char ps_cmd[64];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment