From 6833ea6ab29a4789cc267d41fb72bd1b0341a77f Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 16 Feb 2010 16:22:17 +0000 Subject: libvo: Mark functions not used outside of their files as static. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30598 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/x11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/x11_common.c') diff --git a/libvo/x11_common.c b/libvo/x11_common.c index 78e71c74b2..c0278caa42 100644 --- a/libvo/x11_common.c +++ b/libvo/x11_common.c @@ -2122,7 +2122,7 @@ void vo_xv_get_max_img_dim( uint32_t * width, uint32_t * height ) * Outputs the content of |ck_handling| as a readable message. * */ -void vo_xv_print_ck_info(void) +static void vo_xv_print_ck_info(void) { mp_msg( MSGT_VO, MSGL_V, "[xv common] " ); -- cgit v1.2.3