mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h
cxtypes.h works with version 2.1 and older, cxcore.h works with 2.2 and older. Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
parent
65083b4911
commit
9bc8bcddbd
@ -26,7 +26,7 @@
|
||||
/* #define DEBUG */
|
||||
|
||||
#include <opencv/cv.h>
|
||||
#include <opencv/cxtypes.h>
|
||||
#include <opencv/cxcore.h>
|
||||
#include "libavutil/avstring.h"
|
||||
#include "libavutil/file.h"
|
||||
#include "avfilter.h"
|
||||
|
Loading…
Reference in New Issue
Block a user