1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

OpenCV: include config.h first

This commit is contained in:
Rémi Duraffort 2010-03-07 20:36:06 +01:00
parent 0bcf395406
commit bdcee19487
2 changed files with 6 additions and 8 deletions

View File

@ -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
*****************************************************************************/

View File

@ -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