Diego Biurrun <[email protected]> writes:

> From: Stefano Sabatini <[email protected]>
>
> The latter works with version 2.2+ and older versions, the former does not.

It's a bit unclear which versions what breaks with.

> Signed-off-by: Diego Biurrun <[email protected]>
> ---
>  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"
> -- 

Patch OK.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to