From 38abe6ff7a3810f8e01b6296570e92df1b12b09c Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 27 Mar 2010 15:22:47 +0000 Subject: Mark some more LIBVO_EXTERN declarations as const where possible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30967 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_matrixview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_matrixview.c') diff --git a/libvo/vo_matrixview.c b/libvo/vo_matrixview.c index f3e36d808b..6d482fa523 100644 --- a/libvo/vo_matrixview.c +++ b/libvo/vo_matrixview.c @@ -44,7 +44,7 @@ static const vo_info_t info = { "Based on MatrixView from rss-glx.sf.net" }; -LIBVO_EXTERN(matrixview) +const LIBVO_EXTERN(matrixview) static MPGLContext glctx; -- cgit v1.2.3