Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
bdcee194
Commit
bdcee194
authored
Mar 07, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpenCV: include config.h first
parent
0bcf3954
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
modules/video_filter/opencv_example.cpp
modules/video_filter/opencv_example.cpp
+3
-4
modules/video_filter/opencv_wrapper.c
modules/video_filter/opencv_wrapper.c
+3
-4
No files found.
modules/video_filter/opencv_example.cpp
View file @
bdcee194
...
@@ -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
*****************************************************************************/
*****************************************************************************/
...
...
modules/video_filter/opencv_wrapper.c
View file @
bdcee194
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment