]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
OpenCV: include config.h first
[vlc] / modules / video_filter / opencv_wrapper.c
index f0bea126b44f082342688da5ed32707ddd14d4be..2055dbf9d4d0ad1fa18ecb2e688189a4b962fa89 100644 (file)
  * Preamble
  *****************************************************************************/
 
-#include <cxcore.h>
-#include <cv.h>
-#include <highgui.h>
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
@@ -45,6 +41,9 @@
 #include <vlc_input.h>
 #include <vlc_playlist.h>
 
+#include <cxcore.h>
+#include <cv.h>
+
 
 /*****************************************************************************
  * Local prototypes