Commit 3510b4c8 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros…

fixed "undefined cvCreateCameraCapture_V4L" linker errors on some linux distros (thanks to miguelinux for the patch)
parent 788ac96f
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment