add static
Originally committed as revision 13840 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		@@ -77,7 +77,7 @@ enum HTTPState {
 | 
				
			|||||||
    RTSPSTATE_SEND_PACKET,
 | 
					    RTSPSTATE_SEND_PACKET,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const char *http_state[] = {
 | 
					static const char *http_state[] = {
 | 
				
			||||||
    "HTTP_WAIT_REQUEST",
 | 
					    "HTTP_WAIT_REQUEST",
 | 
				
			||||||
    "HTTP_SEND_HEADER",
 | 
					    "HTTP_SEND_HEADER",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user