python/build/libs.py: disable the FFmpeg "LEAD MCMP" decoder
This decoder causes linker failures and MPD has no use for it anyway.
This commit is contained in:
parent
9c7b930f8f
commit
de4bdfcd1f
|
@ -342,6 +342,7 @@ ffmpeg = FfmpegProject(
|
|||
'--disable-decoder=kgv1',
|
||||
'--disable-decoder=kmvc',
|
||||
'--disable-decoder=lagarith',
|
||||
'--disable-decoder=lead',
|
||||
'--disable-decoder=loco',
|
||||
'--disable-decoder=lscr',
|
||||
'--disable-decoder=m101',
|
||||
|
|
Loading…
Reference in New Issue