Commit bdcee194 authored by Rémi Duraffort's avatar Rémi Duraffort

OpenCV: include config.h first

parent 0bcf3954
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <cxcore.h>
#include <cv.h>
#include <highgui.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
...@@ -42,6 +38,9 @@ ...@@ -42,6 +38,9 @@
#include <vlc_image.h> #include <vlc_image.h>
#include "filter_event_info.h" #include "filter_event_info.h"
#include <cxcore.h>
#include <cv.h>
/***************************************************************************** /*****************************************************************************
* filter_sys_t : filter descriptor * filter_sys_t : filter descriptor
*****************************************************************************/ *****************************************************************************/
......
...@@ -24,10 +24,6 @@ ...@@ -24,10 +24,6 @@
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <cxcore.h>
#include <cv.h>
#include <highgui.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
# include "config.h" # include "config.h"
#endif #endif
...@@ -45,6 +41,9 @@ ...@@ -45,6 +41,9 @@
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <cxcore.h>
#include <cv.h>
/***************************************************************************** /*****************************************************************************
* Local prototypes * Local prototypes
......
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