Browse code

Use <> for system headers inclusion.

Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk

Stefano Sabatini authored on 2010/09/16 17:47:34
Showing 1 changed files
... ...
@@ -23,8 +23,8 @@
23 23
  * libopencv wrapper functions
24 24
  */
25 25
 
26
-#include "opencv/cv.h"
27
-#include "opencv/cxtypes.h"
26
+#include <opencv/cv.h>
27
+#include <opencv/cxtypes.h>
28 28
 #include "avfilter.h"
29 29
 
30 30
 static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)