diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 03c9467c5e..1b5ed83f89 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -41,7 +41,6 @@ # include #endif -static const gchar DEFAULT_PAGER[] = "less"; /* "R" : support color * "X" : do not clear the screen when leaving the pager @@ -52,6 +51,7 @@ static const gchar DEFAULT_PAGER[] = "less"; gboolean colored_output = TRUE; #ifdef G_OS_UNIX +static const gchar DEFAULT_PAGER[] = "less"; GPid child_pid = -1; #endif GMainLoop *loop = NULL;