Skip to content

Commit

Permalink
ffmpeg_7-full: Enable xev{d,e} on non-x86 systems
Browse files Browse the repository at this point in the history
  • Loading branch information
toonn committed Jul 19, 2024
1 parent 04caedf commit 8a44f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ffmpeg/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
, withXcbShape ? withFullDeps # X11 grabbing shape rendering
, withXcbShm ? withFullDeps # X11 grabbing shm communication
, withXcbxfixes ? withFullDeps # X11 grabbing mouse rendering
, withXevd ? withFullDeps && lib.versionAtLeast version "7" && stdenv.hostPlatform.isx86 # MPEG-5 EVC decoding
, withXeve ? withFullDeps && lib.versionAtLeast version "7" && stdenv.hostPlatform.isx86 # MPEG-5 EVC encoding
, withXevd ? withFullDeps && lib.versionAtLeast version "7" # MPEG-5 EVC decoding
, withXeve ? withFullDeps && lib.versionAtLeast version "7" # MPEG-5 EVC encoding
, withXlib ? withFullDeps # Xlib support
, withXml2 ? withFullDeps # libxml2 support, for IMF and DASH demuxers
, withXvid ? withHeadlessDeps && withGPL # Xvid encoder, native encoder exists
Expand Down

0 comments on commit 8a44f61

Please sign in to comment.