[vlc-commits] vout:win32: include vlc_vout_display.h instead of vlc_vout_wrapper.h

Steve Lhomme git at videolan.org
Tue Oct 23 11:45:42 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Oct 23 11:40:54 2018 +0200| [fcb791b359040c3fe07b271243c61edcbe05abe8] | committer: Steve Lhomme

vout:win32: include vlc_vout_display.h instead of vlc_vout_wrapper.h

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fcb791b359040c3fe07b271243c61edcbe05abe8
---

 modules/video_output/win32/events.h    | 1 +
 modules/video_output/win32/sensors.cpp | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/events.h b/modules/video_output/win32/events.h
index 635f75c46d..55c261b796 100644
--- a/modules/video_output/win32/events.h
+++ b/modules/video_output/win32/events.h
@@ -23,6 +23,7 @@
  *****************************************************************************/
 
 #include <vlc_vout_window.h>
+#include <vlc_vout_display.h>
 
 /**
  * HWNDs manager.
diff --git a/modules/video_output/win32/sensors.cpp b/modules/video_output/win32/sensors.cpp
index 25bf7870fb..754e73d6c8 100644
--- a/modules/video_output/win32/sensors.cpp
+++ b/modules/video_output/win32/sensors.cpp
@@ -25,7 +25,6 @@
 # include "config.h"
 #endif
 
-#include <vlc_vout_wrapper.h>
 #include "events.h"
 
 #include <initguid.h>



More information about the vlc-commits mailing list