From 4fa2babacc290b94bed0938658447205c0545e27 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 23 Nov 2013 21:26:31 +0100 Subject: video: move struct mp_hwdec_info into its own header file This means most code accessing this struct must now include hwdec.h instead of dec_video.h. I just put it into dec_video.h at first because I thought a separate file would be a waste, but it's more proper to do it this way, as there are too many files which include dec_video.h only to get the mp_hwdec_info definition. --- video/out/vo_vdpau.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo_vdpau.c') diff --git a/video/out/vo_vdpau.c b/video/out/vo_vdpau.c index 6845beea08..e1816b1595 100644 --- a/video/out/vo_vdpau.c +++ b/video/out/vo_vdpau.c @@ -36,7 +36,7 @@ #include "config.h" #include "video/vdpau.h" -#include "video/decode/dec_video.h" +#include "video/hwdec.h" #include "mpvcore/mp_msg.h" #include "mpvcore/options.h" #include "talloc.h" -- cgit v1.2.3