1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 06:08:23 +00:00

build: fix build with --disable-tv --enable-pvr

These share some code (frequencies.c at least), so linking was failing.
Fix by making pvr depend on tv.
This commit is contained in:
wm4 2015-08-06 01:03:24 +02:00
parent 70e0bc1e4a
commit 8c388ce79c

View File

@ -797,6 +797,7 @@ radio_and_tv_features = [
}, {
'name': '--pvr',
'desc': 'Video4Linux2 MPEG PVR interface',
'deps': [ 'tv' ],
'func': check_cc(fragment=load_fragment('pvr.c')),
}, {
'name': '--audio-input',