From 0737f228fe61961938706176968d0e3d74c7b447 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Thu, 18 Nov 2021 00:10:00 +0100 Subject: [PATCH] fixed error on compiling without SVBCam --- videodev.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/videodev.h b/videodev.h index e2c5fb7..dc6144a 100644 --- a/videodev.h +++ b/videodev.h @@ -119,7 +119,9 @@ private: virtual int GetDevCtrl(unsigned int id, int *value) { return VDEV_STATUS_OK; }; friend class VideoDev_V4L2; +#ifdef USE_SVBONY friend class VideoDev_SVBCam; +#endif public: VideoDev(); virtual ~VideoDev();