summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-plugins-vidinput_v4l-vidinput_v4l.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enable proper detection of video4linux devices.Luigi Rizzo2007-02-071-0/+26
The original code detects video devices using the major/minor numbers. On FreeBSD this does not work, so rely on the name /dev/video* instead. Approved by: Steve Ames