summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-22 18:10:37 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-22 19:12:43 +0100
commita8976464ca102239320a79346537196d7cd75496 (patch)
tree6b59a92d4d3926e4ac5200bac2e642b99831fe6b /wscript
parent7475f7d957d991b2be8206432afa9683e6ad9c09 (diff)
downloadmpv-a8976464ca102239320a79346537196d7cd75496.tar.bz2
mpv-a8976464ca102239320a79346537196d7cd75496.tar.xz
build: remove abusive comment
The check seems to be working anyway, even without sys/video.h. So ./configure was maybe wrong.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9a59853600..05f3bcadcb 100644
--- a/wscript
+++ b/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',