mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01:00
Disable VDPAU and VAAPI for FFmpeg build
They are not used, and this prevents Linux builds from working if the dependencies are unavailable. PR #5515 <https://github.com/Genymobile/scrcpy/pull/5515>
This commit is contained in:
@@ -66,6 +66,8 @@ else
|
||||
--disable-network \
|
||||
--disable-everything \
|
||||
--disable-vulkan \
|
||||
--disable-vaapi \
|
||||
--disable-vdpau \
|
||||
--enable-swresample \
|
||||
--enable-decoder=h264 \
|
||||
--enable-decoder=hevc \
|
||||
|
||||
Reference in New Issue
Block a user