1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +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:
Michael Niedermayer 2012-11-27 14:41:41 +01:00
parent 4063bb212e
commit c2c1726847

View File

@ -2045,7 +2045,7 @@ static void compute_status(HTTPContext *c)
if (stream->pid) { if (stream->pid) {
avio_printf(pb, "Running as pid %d.\n", stream->pid); avio_printf(pb, "Running as pid %d.\n", stream->pid);
#if defined(linux) && !defined(CONFIG_NOCUTILS) #if defined(linux)
{ {
FILE *pid_stat; FILE *pid_stat;
char ps_cmd[64]; char ps_cmd[64];