[SCM] libav/experimental: Use <> for system headers inclusion.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:15:53 UTC 2013


The following commit has been merged in the experimental branch:
commit e6c4a417b38c4e066e90b42d9bbb8330819a775f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Sep 16 08:47:34 2010 +0000

    Use <> for system headers inclusion.
    
    Originally committed as revision 25133 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/vf_libopencv.c b/libavfilter/vf_libopencv.c
index e93ffc9..604d029 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 <opencv/cv.h>
+#include <opencv/cxtypes.h>
 #include "avfilter.h"
 
 static void fill_iplimage_from_picref(IplImage *img, const AVFilterBufferRef *picref, enum PixelFormat pixfmt)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list