mirror of https://github.com/mpv-player/mpv
build: remove abusive comment
The check seems to be working anyway, even without sys/video.h. So ./configure was maybe wrong.
This commit is contained in:
parent
7475f7d957
commit
a8976464ca
1
wscript
1
wscript
|
@ -636,7 +636,6 @@ radio_and_tv_features = [
|
|||
'name': '--tv-v4l2',
|
||||
'desc': 'Video4Linux2 TV interface',
|
||||
'func': check_cc(header_name=['sys/time.h', 'linux/videodev2.h'])
|
||||
## XXX: what the fuck is up with this needing: sys_videoio_h?
|
||||
}, {
|
||||
'name': '--libv4l2',
|
||||
'desc': 'libv4l2 support',
|
||||
|
|
Loading…
Reference in New Issue