mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 20:50:25 +08:00
fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch)
This commit is contained in:
parent
788ac96f8b
commit
3510b4c81e
@ -202,7 +202,7 @@ make & enjoy!
|
||||
|
||||
#include "precomp.hpp"
|
||||
|
||||
#if !defined WIN32 && defined HAVE_CAMV4L
|
||||
#if !defined WIN32 && (defined HAVE_CAMV4L || defined HAVE_CAMV4L2)
|
||||
|
||||
#define CLEAR(x) memset (&(x), 0, sizeof (x))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user