]> git.sesse.net Git - ffmpeg/commit
vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 15 Jul 2011 13:40:31 +0000 (15:40 +0200)
committerDiego Biurrun <diego@biurrun.de>
Mon, 18 Jul 2011 10:33:13 +0000 (12:33 +0200)
commit9bc8bcddbd4fc394e2268e9849dcbf3bad6de980
tree773d8d3686de583d631e97a523f0ace6aed53710
parent65083b49117cb64c0e9a3741da9ed1cfbf64aff3
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>
libavfilter/vf_libopencv.c