[vlc-devel] [PATCH] V4L for FreeBSD userland libv4l{1, 2} wrapper library

Buganini buganini at gmail.com
Sun Nov 15 19:26:32 CET 2009


http://zeta.twbbs.org/~buganini/git-vlc-v4l.patch

v4l.c
change open/close/mmap/munmap/ioctl to v4l1_ macro/function
check HAVE_LIBV4L1, like HAVE_LIBV4L2 in v4l2.c

v4l.c v4l2.c
check HAVE_V4L1_OPEN, HAVE_V4L2_OPEN to determine whether to use v4l{1,2}_open()
v4l{1,2}_open() is used for FreeBSD's userland V4L wrapper library

detail about the wrapper library
http://zeta.twbbs.org/~buganini/v4l-fbsd.txt


--Buganini



More information about the vlc-devel mailing list