diff libvo/vo_md5sum.c @ 25220:c9e9ac2008c2

Mark the vo_functions_t definitions as const where possible. This is not possible for xover and anything supporting vidix due to horrible hacks.
author reimar
date Sun, 02 Dec 2007 14:39:15 +0000
parents 3aee342be929
children 1318e956c092
line wrap: on
line diff
--- a/libvo/vo_md5sum.c	Sun Dec 02 14:24:23 2007 +0000
+++ b/libvo/vo_md5sum.c	Sun Dec 02 14:39:15 2007 +0000
@@ -66,7 +66,7 @@
 	""
 };
 
-LIBVO_EXTERN (md5sum)
+const LIBVO_EXTERN (md5sum)
 
 /* ------------------------------------------------------------------------- */