Commit 9bc8bcdd authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Diego Biurrun

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: 's avatarDiego Biurrun <diego@biurrun.de>
parent 65083b49
......@@ -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"
......
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