OSDN Git Service

Use <> for system headers inclusion.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 16 Sep 2010 08:47:34 +0000 (08:47 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 16 Sep 2010 08:47:34 +0000 (08:47 +0000)
Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/vf_libopencv.c

index e93ffc9..604d029 100644 (file)
@@ -23,8 +23,8 @@
  * libopencv wrapper functions
  */
 
-#include "opencv/cv.h"
-#include "opencv/cxtypes.h"
+#include <opencv/cv.h>
+#include <opencv/cxtypes.h>
 #include "avfilter.h"
 
 static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)