]> git.sesse.net Git - ffmpeg/blobdiff - ffserver.c
lavfi: convert remaining input/output list compound literals to named objects.
[ffmpeg] / ffserver.c
index b54105f7f05cc365badd39eaad81c5d96ffca95e..3af481ddde12d99f921d69c342fb433287a17f8f 100644 (file)
@@ -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];