[FFmpeg-cvslog] r25133 - trunk/libavfilter/vf_libopencv.c
stefano
subversion
Thu Sep 16 10:47:35 CEST 2010
Author: stefano
Date: Thu Sep 16 10:47:34 2010
New Revision: 25133
Log:
Use <> for system headers inclusion.
Modified:
trunk/libavfilter/vf_libopencv.c
Modified: trunk/libavfilter/vf_libopencv.c
==============================================================================
--- trunk/libavfilter/vf_libopencv.c Thu Sep 16 10:47:31 2010 (r25132)
+++ trunk/libavfilter/vf_libopencv.c Thu Sep 16 10:47:34 2010 (r25133)
@@ -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)
More information about the ffmpeg-cvslog
mailing list