ffmpeg: Disable nvcodec on big-endian POWER
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
&& !isAarch32
|
||||
&& !hostPlatform.isLoongArch64
|
||||
&& !hostPlatform.isRiscV
|
||||
&& !(hostPlatform.isPower && hostPlatform.isBigEndian)
|
||||
&& hostPlatform == buildPlatform
|
||||
), # dynamically linked Nvidia code
|
||||
withFlite ? withFullDeps, # Voice Synthesis
|
||||
|
||||
Reference in New Issue
Block a user