fixed error on compiling without SVBCam

test16bit
Steffen Pohle 4 years ago
parent f646fe74cc
commit 0737f228fe

@ -119,7 +119,9 @@ private:
virtual int GetDevCtrl(unsigned int id, int *value) { return VDEV_STATUS_OK; }; virtual int GetDevCtrl(unsigned int id, int *value) { return VDEV_STATUS_OK; };
friend class VideoDev_V4L2; friend class VideoDev_V4L2;
#ifdef USE_SVBONY
friend class VideoDev_SVBCam; friend class VideoDev_SVBCam;
#endif
public: public:
VideoDev(); VideoDev();
virtual ~VideoDev(); virtual ~VideoDev();

Loading…
Cancel
Save