mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 00:30:57 +08:00
vf_libopencv: prefer opencv/cxcore.h over cxtypes.h
Require the presence of opencv/cxcore.h in place of opencv/cxtypes.h, which has been removed. Fix compilation with libopencv > 2.1.0. Fix trac issue #221.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user