]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Do not use video_filter wrapper for puzzle/magnify/logo.
[vlc] / modules / video_filter / opencv_wrapper.c
index 7b71058aa4c2cccd1b5cd25db76522645a9e72ea..2055dbf9d4d0ad1fa18ecb2e688189a4b962fa89 100644 (file)
  * Preamble
  *****************************************************************************/
 
-#include <cxcore.h>
-#include <cv.h>
-#include <highgui.h>
-
 #ifdef HAVE_CONFIG_H
 # include "config.h"
 #endif
 
 #include <vlc_filter.h>
 #include "filter_common.h"
-#include <vlc_charset.h>
 #include <vlc_image.h>
 #include <vlc_input.h>
 #include <vlc_playlist.h>
 
+#include <cxcore.h>
+#include <cv.h>
+
 
 /*****************************************************************************
  * Local prototypes