Commit e2b671f1 authored by Max Kellermann's avatar Max Kellermann

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.
parent 2a35fbe2
...@@ -177,6 +177,8 @@ ffmpeg = FfmpegProject( ...@@ -177,6 +177,8 @@ ffmpeg = FfmpegProject(
'--disable-filters', '--disable-filters',
'--disable-v4l2_m2m', '--disable-v4l2_m2m',
'--disable-vulkan',
'--disable-parser=bmp', '--disable-parser=bmp',
'--disable-parser=cavsvideo', '--disable-parser=cavsvideo',
'--disable-parser=dvbsub', '--disable-parser=dvbsub',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment