From 406241005e3d897b30a5b168a16ad61f0996c43c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 6 Aug 2013 22:41:30 +0200 Subject: core: move contents to mpvcore (2/2) Followup commit. Fixes all the files references. --- video/out/vo_image.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'video/out/vo_image.c') diff --git a/video/out/vo_image.c b/video/out/vo_image.c index 03869146f7..248cddc78a 100644 --- a/video/out/vo_image.c +++ b/video/out/vo_image.c @@ -25,11 +25,11 @@ #include #include "config.h" -#include "core/bstr.h" +#include "mpvcore/bstr.h" #include "osdep/io.h" -#include "core/path.h" +#include "mpvcore/path.h" #include "talloc.h" -#include "core/mp_msg.h" +#include "mpvcore/mp_msg.h" #include "video/out/vo.h" #include "video/csputils.h" #include "video/vfcap.h" @@ -38,7 +38,7 @@ #include "video/image_writer.h" #include "video/sws_utils.h" #include "sub/sub.h" -#include "core/m_option.h" +#include "mpvcore/m_option.h" struct priv { struct image_writer_opts *opts; -- cgit v1.2.3