Disable VDPAU and VAAPI for FFmpeg build
They are not used, and this prevents Linux builds from working if the dependency is not available.
This commit is contained in:
parent
2fe45b58ef
commit
39acd9a316
@ -66,6 +66,8 @@ else
|
||||
--disable-network \
|
||||
--disable-everything \
|
||||
--disable-vulkan \
|
||||
--disable-vaapi \
|
||||
--disable-vdpau \
|
||||
--enable-swresample \
|
||||
--enable-decoder=h264 \
|
||||
--enable-decoder=hevc \
|
||||
|
Loading…
x
Reference in New Issue
Block a user