summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-22 14:55:19 +0100
committerwm4 <wm4@nowhere>2013-11-22 14:55:19 +0100
commitf5eed454d402b860489909fca995f7c1f7008373 (patch)
tree08bf58f464ba1bafae5d20d49c51011e6232ba2c
parent87a7886005be3cef7d91b91d65b106e08a8b7a81 (diff)
downloadmpv-f5eed454d402b860489909fca995f7c1f7008373.tar.bz2
mpv-f5eed454d402b860489909fca995f7c1f7008373.tar.xz
build: unbreak PVR configure test
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index bd86c98bb5..9a59853600 100644
--- a/wscript
+++ b/wscript
@@ -644,7 +644,7 @@ radio_and_tv_features = [
}, {
'name': '--pvr',
'desc': 'Video4Linux2 MPEG PVR interface',
- 'func': check_cc(fragment='pvr.c'),
+ 'func': check_cc(fragment=load_fragment('pvr.c')),
}, {
'name': '--audio-input',
'desc': 'audio input support',