Attempt to fix compilation error
This commit is contained in:
parent
a1093099c8
commit
c5a67c5f63
|
|
@ -12,10 +12,10 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include "webcamVideoV4L.h"
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <linux/videodev.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
#ifndef WEBCAMVIDEOCURSORV4L_H
|
||||
#define WEBCAMVIDEOCURSORV4L_H
|
||||
|
||||
#include "pandabase.h"
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include "webcamVideo.h"
|
||||
|
|
|
|||
|
|
@ -12,10 +12,12 @@
|
|||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "webcamVideoV4L.h"
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include "webcamVideoV4L.h"
|
||||
#include "webcamVideoCursorV4L.h"
|
||||
#include "dcast.h"
|
||||
|
||||
#include <linux/videodev.h>
|
||||
#include <linux/videodev2.h>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
#ifndef WEBCAMVIDEOV4L_H
|
||||
#define WEBCAMVIDEOV4L_H
|
||||
|
||||
#include "pandabase.h"
|
||||
|
||||
#ifdef IS_LINUX
|
||||
|
||||
#include "webcamVideo.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue