Commit 58d2729d authored by Raphael Robatsch's avatar Raphael Robatsch
Browse files

obs-studio: Disable x86_64 only features on aarch64

Fixes the aarch64-linux build: https://hydra.nixos.org/build/245937700/nixlog/2/tail
QSV is the Intel Quick Sync Video hardware encoder.
parent 5e2375d7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -139,6 +139,7 @@ stdenv.mkDerivation (finalAttrs: {
    "-DBUILD_BROWSER=ON"
    "-DCEF_ROOT_DIR=../../cef"
    "-DENABLE_JACK=ON"
    (lib.cmakeBool "ENABLE_QSV11" stdenv.hostPlatform.isx86_64)
  ];

  dontWrapGApps = true;