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

OpenCV: include config.h first

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