Commit 9939e117 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32 build fix attempt

parent 41e5bcda
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_fourcc.h> #include <vlc_fourcc.h>
#include <vlc_xlib.h>
#include <assert.h> #include <assert.h>
#ifdef HAVE_LIBAVCODEC_AVCODEC_H #ifdef HAVE_LIBAVCODEC_AVCODEC_H
...@@ -44,6 +43,8 @@ ...@@ -44,6 +43,8 @@
#ifdef HAVE_AVCODEC_VAAPI #ifdef HAVE_AVCODEC_VAAPI
#include <vlc_xlib.h>
#include <libavcodec/vaapi.h> #include <libavcodec/vaapi.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment