summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-22 09:29:41 +0200
committerwm4 <wm4@nowhere>2014-05-22 09:29:41 +0200
commitfcdaaa203b2cde6060722aff0decfe16cf35e27f (patch)
treedc4df20de606849f1cc947b41871460fa856e280 /wscript
parent46cb1b7c455bf298f96971ff2460233d71609829 (diff)
downloadmpv-fcdaaa203b2cde6060722aff0decfe16cf35e27f.tar.bz2
mpv-fcdaaa203b2cde6060722aff0decfe16cf35e27f.tar.xz
build: "tv-v4l2" needs "tv"
Fixes #795.
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index f58c4ef931..a5f156b93f 100644
--- a/wscript
+++ b/wscript
@@ -711,6 +711,7 @@ radio_and_tv_features = [
}, {
'name': '--tv-v4l2',
'desc': 'Video4Linux2 TV interface',
+ 'deps': [ 'tv' ],
'func': check_cc(header_name=['sys/time.h', 'linux/videodev2.h'])
}, {
'name': '--libv4l2',