From 9507a12e42a45b9b82f72f7484c4ebe1a031a99b Mon Sep 17 00:00:00 2001
From: Baptiste Coudurier <baptiste.coudurier@gmail.com>
Date: Sat, 21 Jun 2008 03:21:29 +0000
Subject: [PATCH] add static

Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 ffserver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffserver.c b/ffserver.c
index 1c961991cc3..2b5e6c8fdcd 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -77,7 +77,7 @@ enum HTTPState {
     RTSPSTATE_SEND_PACKET,
 };
 
-const char *http_state[] = {
+static const char *http_state[] = {
     "HTTP_WAIT_REQUEST",
     "HTTP_SEND_HEADER",
 
-- 
GitLab