Re: [FFmpeg-devel] [PATCH] vf_libopencv: add support for opencv 3

2016-01-25 Thread Andreas Cadhalpun
On 22.01.2016 00:44, Michael Niedermayer wrote: > On Thu, Jan 21, 2016 at 11:39:16PM +0100, Andreas Cadhalpun wrote: >> It dropped the old headers, but the replacements are already available >> with opencv 2. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> >> Only tested compilation with opencv 2

Re: [FFmpeg-devel] [PATCH] vf_libopencv: add support for opencv 3

2016-01-21 Thread Michael Niedermayer
On Thu, Jan 21, 2016 at 11:39:16PM +0100, Andreas Cadhalpun wrote: > It dropped the old headers, but the replacements are already available > with opencv 2. > > Signed-off-by: Andreas Cadhalpun > --- > > Only tested compilation with opencv 2.4.9.1 and 3.0.0. builds here with 2.3.1-7 too cant c

[FFmpeg-devel] [PATCH] vf_libopencv: add support for opencv 3

2016-01-21 Thread Andreas Cadhalpun
It dropped the old headers, but the replacements are already available with opencv 2. Signed-off-by: Andreas Cadhalpun --- Only tested compilation with opencv 2.4.9.1 and 3.0.0. --- configure | 5 - libavfilter/vf_libopencv.c | 6 ++ 2 files changed, 10 insertions(+),