From 0112143fdaae0a6264d9e02355e9dc0ca4f7741c Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 17 Dec 2013 02:39:45 +0100 Subject: Split mpvcore/ into common/, misc/, bstr/ --- video/decode/vdpau.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'video/decode/vdpau.c') diff --git a/video/decode/vdpau.c b/video/decode/vdpau.c index 02eab84a0c..c7a5361c15 100644 --- a/video/decode/vdpau.c +++ b/video/decode/vdpau.c @@ -23,8 +23,8 @@ #include #include "lavc.h" -#include "mpvcore/mp_common.h" -#include "mpvcore/av_common.h" +#include "common/common.h" +#include "common/av_common.h" #include "video/fmt-conversion.h" #include "video/vdpau.h" #include "video/hwdec.h" -- cgit v1.2.3