obs-studio/plugins/linux-v4l2
fryshorts 34c3be43d1 linux-v4l2: Fix build when missing ENUM_DV_TIMINGS
Add compatibility with older versions of the api by not failing to
build when the VIDIOC_ENUM_DV_TIMINGS is missing. In older versions
of the api there was a different system to get dv-timing presets, which
was replaced by the current enumeration system with Linux 3.4.
This will allow for the plugin to be built against older versions of the
api by disabling the enumeration support, thus reducing the
functionality for some devices.
2015-04-22 20:09:18 +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: Fix build when missing ENUM_DV_TIMINGS 2015-04-22 20:09:18 +02: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 ENUM_DV_TIMINGS 2015-04-22 20:09:18 +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