Add missing "const" all over the place.
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
@@ -74,7 +74,7 @@ RTSP_STATUS_VERSION =505,
|
||||
RTSP_STATUS_UNSUPPORTED_OPTION =551,
|
||||
};
|
||||
|
||||
static const av_unused char *rtsp_status_strings[] = {
|
||||
static const av_unused char * const rtsp_status_strings[] = {
|
||||
[RTSP_STATUS_CONTINUE] ="Continue",
|
||||
[RTSP_STATUS_OK] ="OK",
|
||||
[RTSP_STATUS_CREATED] ="Created",
|
||||
|
Reference in New Issue
Block a user