summaryrefslogtreecommitdiffstats
path: root/libvo/x11_common.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:22:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:22:17 +0000
commit6833ea6ab29a4789cc267d41fb72bd1b0341a77f (patch)
treef81cbf3afa57e0fea8c75043088069b945912a5f /libvo/x11_common.c
parenta6207aaa68400ffcba36c7abc6a0cd31ed9428e7 (diff)
downloadmpv-6833ea6ab29a4789cc267d41fb72bd1b0341a77f.tar.bz2
mpv-6833ea6ab29a4789cc267d41fb72bd1b0341a77f.tar.xz
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
Diffstat (limited to 'libvo/x11_common.c')
-rw-r--r--libvo/x11_common.c2
1 files changed, 1 insertions, 1 deletions
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] " );