From 9f52a92899db1acf8ae630d5d06c28eb6be652c6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Dec 2017 17:51:39 +0100 Subject: video: move d3d.c out of decode sub directory It makes more sense to have it in the general video directory (along with vdpau.c and vaapi.c), since the decoder source files don't even access it anymore. --- video/out/opengl/hwdec_dxva2gldx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/hwdec_dxva2gldx.c') diff --git a/video/out/opengl/hwdec_dxva2gldx.c b/video/out/opengl/hwdec_dxva2gldx.c index 46f3b23df7..895a7c4af1 100644 --- a/video/out/opengl/hwdec_dxva2gldx.c +++ b/video/out/opengl/hwdec_dxva2gldx.c @@ -23,7 +23,7 @@ #include "video/out/gpu/hwdec.h" #include "ra_gl.h" #include "video/hwdec.h" -#include "video/decode/d3d.h" +#include "video/d3d.h" // for WGL_ACCESS_READ_ONLY_NV #include -- cgit v1.2.3