ffmpeg: Disable nvcodec on big-endian POWER

This commit is contained in:
OPNA2608
2025-09-29 11:31:25 +02:00
parent acc8246942
commit 722ba864ad
@@ -79,6 +79,7 @@
&& !isAarch32
&& !hostPlatform.isLoongArch64
&& !hostPlatform.isRiscV
&& !(hostPlatform.isPower && hostPlatform.isBigEndian)
&& hostPlatform == buildPlatform
), # dynamically linked Nvidia code
withFlite ? withFullDeps, # Voice Synthesis