[FFmpeg-cvslog] vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h

Stefano Sabatini git at videolan.org
Mon Jul 18 16:48:48 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Fri Jul 15 15:40:31 2011 +0200| [9bc8bcddbd4fc394e2268e9849dcbf3bad6de980] | committer: 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: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bc8bcddbd4fc394e2268e9849dcbf3bad6de980
---

 libavfilter/vf_libopencv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c
index 5a52f24..6e343af 100644
--- a/libavfilter/vf_libopencv.c
+++ b/libavfilter/vf_libopencv.c
@@ -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"



More information about the ffmpeg-cvslog mailing list