Browse Source

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>
tags/n0.9
Stefano Sabatini Diego Biurrun 14 years ago
parent
commit
9bc8bcddbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_libopencv.c

+ 1
- 1
libavfilter/vf_libopencv.c View File

@@ -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…
Cancel
Save