From 2bf8c692f195fd19d07a894b25f04f4a0fda5bb1 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 14:39:15 +0000 Subject: Mark the vo_functions_t definitions as const where possible. This is not possible for xover and anything supporting vidix due to horrible hacks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25248 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_tdfx_vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_tdfx_vid.c') diff --git a/libvo/vo_tdfx_vid.c b/libvo/vo_tdfx_vid.c index 22240e9752..522f5e928d 100644 --- a/libvo/vo_tdfx_vid.c +++ b/libvo/vo_tdfx_vid.c @@ -51,7 +51,7 @@ static const vo_info_t info = //#define VERBOSE -LIBVO_EXTERN(tdfx_vid) +const LIBVO_EXTERN(tdfx_vid) static tdfx_vid_config_t tdfx_cfg; -- cgit v1.2.3