1
mirror of https://github.com/mpv-player/mpv synced 2024-09-24 19:18:53 +02:00

build: unbreak PVR configure test

This commit is contained in:
wm4 2013-11-22 14:55:19 +01:00
parent 87a7886005
commit f5eed454d4

View File

@ -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',