Commit 3ba3ddbe authored by stefano's avatar stefano

Assign const qualifier to the font variable, fix warning.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17436 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f52edda2
......@@ -146,7 +146,7 @@ int Configure(void **ctxp, int argc, char *argv[])
int c;
ContextInfo *ci;
char *rgbtxt = 0;
char *font = "LucidaSansDemiBold/16";
const char *font = "LucidaSansDemiBold/16";
char *fp = getenv("FONTPATH");
char *color = 0;
FILE *f;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment