From e5311586ab7641e0e1936473594bd9fbaa67bb2d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Nov 2013 12:58:06 +0100 Subject: Rename sub.c/.h to osd.c/.h This was way too misleading. osd.c merely calls the subtitle renderers, instead of actually dealing with subtitles. --- video/out/vo_xv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index a64dd1202a..b86f0e5f6b 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -52,7 +52,7 @@ #include "video/img_fourcc.h" #include "x11_common.h" #include "video/memcpy_pic.h" -#include "sub/sub.h" +#include "sub/osd.h" #include "sub/draw_bmp.h" #include "video/csputils.h" #include "mpvcore/m_option.h" -- cgit v1.2.3