Unverified Commit 8116c2c4 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

ffmpeg-headless: fix loongarch64-linux build (#402885)

parents 4b3d0371 94e29494
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -72,7 +72,12 @@
  withNvcodec ?
    withHeadlessDeps
    && (
      with stdenv; !isDarwin && !isAarch32 && !hostPlatform.isRiscV && hostPlatform == buildPlatform
      with stdenv;
      !isDarwin
      && !isAarch32
      && !hostPlatform.isLoongArch64
      && !hostPlatform.isRiscV
      && hostPlatform == buildPlatform
    ), # dynamically linked Nvidia code
  withFlite ? withFullDeps, # Voice Synthesis
  withFontconfig ? withHeadlessDeps, # Needed for drawtext filter