mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
ffserver remove CONFIG_NOCUTILS check
Nothing sets CONFIG_NOCUTILS, i also dont remember anything setting it in the past. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4063bb212e
commit
c2c1726847
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user