summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-19 15:47:34 +0200
committerwm4 <wm4@nowhere>2013-05-21 00:04:27 +0200
commit266230ad64eddb663cfcf12ad248f9ae178d22ba (patch)
treea04933bf838f7c0e24f408fa581e91cb01c18fa9 /video/out/x11_common.c
parent3b54dce9e518488588b213ce6cf90218e79fb0f6 (diff)
downloadmpv-266230ad64eddb663cfcf12ad248f9ae178d22ba.tar.bz2
mpv-266230ad64eddb663cfcf12ad248f9ae178d22ba.tar.xz
Silence some compiler warnings
None of these were actual issues.
Diffstat (limited to 'video/out/x11_common.c')
-rw-r--r--video/out/x11_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/x11_common.c b/video/out/x11_common.c
index 2e5f14f8d1..c5da9ad055 100644
--- a/video/out/x11_common.c
+++ b/video/out/x11_common.c
@@ -1519,7 +1519,7 @@ double vo_x11_vm_get_fps(struct vo *vo)
return 1e3 * clock / modeline.htotal / modeline.vtotal;
}
#else /* CONFIG_XF86VM */
-double vo_vm_get_fps(struct vo *vo)
+double vo_x11_vm_get_fps(struct vo *vo)
{
return 0;
}