From e6c4a417b38c4e066e90b42d9bbb8330819a775f Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 16 Sep 2010 08:47:34 +0000 Subject: Use <> for system headers inclusion. Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/vf_libopencv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter/vf_libopencv.c') diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c index e93ffc9da7..604d0299d1 100644 --- a/libavfilter/vf_libopencv.c +++ b/libavfilter/vf_libopencv.c @@ -23,8 +23,8 @@ * libopencv wrapper functions */ -#include "opencv/cv.h" -#include "opencv/cxtypes.h" +#include +#include #include "avfilter.h" static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt) -- cgit v1.2.3