Diego Biurrun <[email protected]> writes:

> From: Stefano Sabatini <[email protected]>
>
> 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.
  ^^^^^^^^^^^^^^^^^^^

The rest of the commit message is difficult to understand.

> ---
>  configure                  |    2 +-
>  libavfilter/vf_libopencv.c |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index 6445636..de321ba 100755
> --- a/configure
> +++ b/configure
> @@ -2919,7 +2919,7 @@ enabled libmp3lame && require  "libmp3lame >= 3.98.3" 
> lame/lame.h lame_set_VBR_q
>  enabled libnut     && require  libnut libnut.h nut_demuxer_init -lnut
>  enabled libopencore_amrnb  && require libopencore_amrnb 
> opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
>  enabled libopencore_amrwb  && require libopencore_amrwb 
> opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
> -enabled libopencv  && require_pkg_config opencv opencv/cv.h 
> cvCreateImageHeader
> +enabled libopencv  && require_pkg_config opencv opencv/cxcore.h 
> cvCreateImageHeader

This change is not motivated by the commit message.

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

Reply via email to