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/decode/dec_video.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video/decode/dec_video.c') diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c index 595ffb0e16..22aa8f3e75 100644 --- a/video/decode/dec_video.c +++ b/video/decode/dec_video.c @@ -17,21 +17,21 @@ */ #include "config.h" -#include "core/options.h" +#include "mpvcore/options.h" #include #include #include #include -#include "core/mp_msg.h" +#include "mpvcore/mp_msg.h" #include "osdep/timer.h" #include "stream/stream.h" #include "demux/demux_packet.h" -#include "core/codecs.h" +#include "mpvcore/codecs.h" #include "video/out/vo.h" #include "video/csputils.h" -- cgit v1.2.3