python/build/libs.py: add --disable-vulkan to FFmpeg configuration

Fixes Android build failure with NDK r25 beta4 because "vulkan_beta.h"
was not found.
This commit is contained in:
Max Kellermann 2022-05-24 10:54:17 +02:00
parent 2a35fbe29e
commit e2b671f1b2
1 changed files with 2 additions and 0 deletions

View File

@ -177,6 +177,8 @@ ffmpeg = FfmpegProject(
'--disable-filters',
'--disable-v4l2_m2m',
'--disable-vulkan',
'--disable-parser=bmp',
'--disable-parser=cavsvideo',
'--disable-parser=dvbsub',