#1268 closed defect (fixed)
Provide a build option to disable v4l2
Reported by: | Benda Xu | Owned by: | Benda Xu |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | platforms | Version: | trunk |
Keywords: | Cc: |
Description
Hi, I am using xpra on RHEL 5 with linux-2.6.18.
v4l2 fails to build because it requires V4L2_FIELD_INTERLACED_TB which is introduced in linux-2.6.32.
I don't want to use webcam after all. Please add v4l2 to the SWITCH list of setup.py to allow disabling it during build.
Change History (3)
comment:1 Changed 6 years ago by
Owner: | changed from Antoine Martin to Benda Xu |
---|
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Both the switch and the headers works on linux-2.6.18. Thanks!
comment:3 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1268
Note: See
TracTickets for help on using
tickets.
r13115 adds the v4l2 switch. (r13116 for v0.17.x branch)
As for
V4L2_FIELD_INTERLACED_TB
, trunk no longer uses it, r13117 does the same for v0.17.x branch.@heroxbd: does that work for you?