Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-video-device-include.patch | video device include Fix build failure by using linux/videodev2.h instead of deprecated linux/videodev.h |
Daniel Polehn <dpolehn@gmail.com> | no | ubuntu | 2018-02-04 | |
0002-allocated-buffer-count.patch | allocated buffer count Use returned number of buffers instead of requested. VIDIOC_REQBUFS stores the number of actually allocated buffers. This patch uses this value instead of assuming it is equal to the requested number. |
Bas Wijnen <wijnen@debian.org> | no | 2013-10-19 | ||
0003-pass-flags.patch | pass flags This patch passes build flags through the Makefile to the compiler. It does this using Debian package build tools, so in its current form it cannot be used upstream. |
Bas Wijnen <wijnen@debian.org> | no | 2013-10-19 | ||
0004-make-install-mkdir.patch | make install mkdir create installation directory if necessary |
"Barak A. Pearlmutter" <bap@debian.org> | no | 2018-02-03 | ||
0005-compiler-warnings.patch | compiler warnings Remove build warnings. This patch fixes several warnings during the build: redefined symbols (which weren't referenced) and unused variables. |
Bas Wijnen <wijnen@debian.org> | no | 2013-10-19 |