[vlc-commits] d3d9: fix compilation after opengl rework
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Feb 13 23:46:10 CET 2020
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 13 23:45:52 2020 +0100| [fb6d59c9c2876e85b97bf0bd78909d3d3966da7c] | committer: Jean-Baptiste Kempf
d3d9: fix compilation after opengl rework
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb6d59c9c2876e85b97bf0bd78909d3d3966da7c
---
 modules/video_output/win32/direct3d9.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/win32/direct3d9.c b/modules/video_output/win32/direct3d9.c
index 2d218842cc..888cabcfc1 100644
--- a/modules/video_output/win32/direct3d9.c
+++ b/modules/video_output/win32/direct3d9.c
@@ -1655,7 +1655,7 @@ static void Close(vout_display_t *vd)
 }
 
 #if defined(HAVE_GL) && defined(HAVE_GL_WGLEW_H)
-#include "../opengl/converter.h"
+#include "../opengl/renderer.h"
 #include <GL/glew.h>
 #include <GL/wglew.h>
 
    
    
More information about the vlc-commits
mailing list