mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Include necessary opencv2 header on OSX.
opencv2 is deprecated and homebrew ships with opencv3 now.
This commit is contained in:
parent
18117581bd
commit
515196dfa2
|
@ -63,6 +63,9 @@ extern "C" {
|
|||
#include <opencv/cv.h>
|
||||
#include <opencv/cvwimage.h>
|
||||
#include <opencv/highgui.h>
|
||||
#ifdef __APPLE__
|
||||
#include <opencv2/videoio/videoio_c.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <sched.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user