Commit 22a73d25 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

v4l2: fix opening of libv4l

parent 50e47a05
......@@ -48,7 +48,7 @@ static int fd_open (int fd, int flags)
static void v4l2_lib_load (void)
{
void *h = dlopen ("libv4l2.so", RTLD_LAZY | RTLD_LOCAL);
void *h = dlopen ("libv4l2.so.0", RTLD_LAZY | RTLD_LOCAL);
if (h == NULL)
goto fallback;
......
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