summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-05-22 09:29:41 +0200
committerwm4 <wm4@nowhere>2014-05-24 16:44:55 +0200
commit6a0036ea032c94a955c7a7893b0548c169b92ab5 (patch)
tree8340173f13114ec4c3c95ae74cea3e3dfbb03500
parent2e4fdf01f5a3a8f5f5288b2ce2a148519eb5d865 (diff)
downloadmpv-6a0036ea032c94a955c7a7893b0548c169b92ab5.tar.bz2
mpv-6a0036ea032c94a955c7a7893b0548c169b92ab5.tar.xz
build: "tv-v4l2" needs "tv"
Fixes #795.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 7bc3a7ca25..c7af0d3525 100644
--- a/wscript
+++ b/wscript
@@ -716,6 +716,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',