Re: configure.ac: check for a recent enough libv4l1.h
18 Jan
2013
18 Jan
'13
3:23 p.m.
Damjan Jovanovic <damjan.jov(a)gmail.com> writes:
Changelog: * configure.ac: check for a recent enough libv4l1.h
libv4l1.h can only be used instead of linux/videodev.h as of version 0.8.3, so check for the version using pkg-config (the only possible way) and don't try to compile with older versions. This fixes compilation on systems like FreeBSD 8.2, where there is no linux/videodev.h, and libv4l1.h is too old.
You should check for the definitions we need, not the version number. -- Alexandre Julliard julliard(a)winehq.org
4710
Age (days ago)
4710
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard