obs-studio/plugins/linux-v4l2
fryshorts 85518e7cca linux-v4l2: Fix build when missing CAP_DEVICE_CAPS
Improve compatibility with older versions of the api by not requiring
V4L2_CAP_DEVICE_CAPS. If we don't have this, we fall back to using the
capabilities member for the whole device instead of the device_caps
member for the currently selected subdevice. Just like we would do if
the device would not support this.
The new device_caps field was introduced with Linux 3.3.
2015-04-22 20:07:35 +02:00
..
data/locale UI: Add latest translations from CrowdIn 2015-03-25 20:51:25 -04:00
CMakeLists.txt Add udev helper library to v4l2 plugin. 2014-10-15 00:13:43 +02:00
linux-v4l2.c Remove macro to free locale 2014-07-27 17:29:10 -07:00
v4l2-helpers.c linux-v4l2: Add helper function to set dv timing 2015-02-24 23:32:46 +01:00
v4l2-helpers.h linux-v4l2: Fix compile error for missing formats 2015-04-20 20:53:30 +02:00
v4l2-input.c linux-v4l2: Fix build when missing CAP_DEVICE_CAPS 2015-04-22 20:07:35 +02:00
v4l2-udev.c Add udev helper library to v4l2 plugin. 2014-10-15 00:13:43 +02:00
v4l2-udev.h Add udev helper library to v4l2 plugin. 2014-10-15 00:13:43 +02:00