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:
@ -60,7 +60,7 @@ typedef struct ModPlugContext {
|
||||
AVExpr *expr; ///< parsed color eval expression
|
||||
} ModPlugContext;
|
||||
|
||||
static const char *var_names[] = {
|
||||
static const char * const var_names[] = {
|
||||
"x", "y",
|
||||
"w", "h",
|
||||
"t",
|
||||
|
Reference in New Issue
Block a user