1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

build: fix strict ABI option

Fixes: #7118
This commit is contained in:
wm4 2019-11-04 00:25:12 +01:00
parent a4f92cef1a
commit 2ff14f92be

View File

@ -503,6 +503,7 @@ FFmpeg/Libav libraries. Git master is recommended."
}, {
'name': '--ffmpeg-strict-abi',
'desc': 'Disable all known FFmpeg ABI violations',
'func': check_true,
'default': 'disable',
}
]