Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #137 - compile issue in V4L2 client with 3.x kernels. #138

Merged
merged 1 commit into from Jan 5, 2017

Conversation

TallFurryMan
Copy link
Contributor

Make sure source compatibility is preserved with 3.x kernels:

  • Field 'flags' is available in the V4L2 API starting kernel 3.17,
  • Timestamps were introduced in the V4L2 API starting kernel 3.15,
  • DMABUF was introduced in the V4L2 API starting kernel 3.8.

Tested with kernel headers 3.6, 3.8, 3.9, 3.16, 3.17, 3.19, 4.4.

Make sure source compatibility is preserved with 3.x kernels:
- Field 'flags' is available in the V4L2 API starting kernel 3.17,
- Timestamps were introduced in the V4L2 API starting kernel 3.15,
- DMABUF was introduced in the V4L2 API starting kernel 3.8.

Tested with kernel headers 3.6, 3.8, 3.9, 3.16, 3.17, 3.19, 4.4.
@knro knro merged commit 94126c9 into indilib:master Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants