Commit cc236e46 authored by Samuel Martin's avatar Samuel Martin Committed by Jean-Baptiste Kempf

opencv_wrapper: use opencv2-style includes

If old opencv1-style legacy include directory is available, this change
becomes purely cosmetic (maybe will compile a bit faster).
It becomes an FTBFS fix when opencv1-style include directory is missing
(i.e. from opencv-3.0).
Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c64b46f6
......@@ -39,8 +39,8 @@
#include <vlc_image.h>
#include "filter_picture.h"
#include <cxcore.h>
#include <cv.h>
#include <opencv2/core/core_c.h>
#include <opencv2/core/types_c.h>
/*****************************************************************************
* Local prototypes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment