about summary refs log tree commit diff
path: root/pkgs/development/libraries/jellyfin-ffmpeg
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-08-02 16:53:10 -0400
committerGitHub <noreply@github.com>2022-08-02 16:53:10 -0400
commitf053913c6025f1a78236c8a71982ee13ee82e237 (patch)
tree24e639192e927a0da26ba0ccfa4b855817d04dcd /pkgs/development/libraries/jellyfin-ffmpeg
parent488056a418afdeeb73f583aae73b1e369912b363 (diff)
parentbef316ed2eeb5e3332291183212486a38d0a3495 (diff)
Merge pull request #178278 from justinas/jellyfin-ffmpeg-tonemap
Diffstat (limited to 'pkgs/development/libraries/jellyfin-ffmpeg')
-rw-r--r--pkgs/development/libraries/jellyfin-ffmpeg/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/jellyfin-ffmpeg/default.nix b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix
index e2c692c840579..607180b7d8199 100644
--- a/pkgs/development/libraries/jellyfin-ffmpeg/default.nix
+++ b/pkgs/development/libraries/jellyfin-ffmpeg/default.nix
@@ -17,6 +17,10 @@
     sha256 = "sha256-zr1WuTkOBAVk7JkpDT52rfGGOaXEqiPFIGmJUDPhI/w=";
   };
 
+  configureFlags = old.configureFlags ++ [
+    "--disable-ptx-compression" # https://github.com/jellyfin/jellyfin/issues/7944#issuecomment-1156880067
+  ];
+
   postPatch = ''
     for file in $(cat debian/patches/series); do
       patch -p1 < debian/patches/$file