From 242694006e7dfdadc91f37567bcfdad762797b87 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sat, 28 Dec 2024 11:41:39 +0100 Subject: [PATCH] vlc: disable VDPAU for now It is reportedly [1] broken, and I am not able to work out the reason. As videos playing properly without hardware acceleration is better than videos not playing at all, disable it for now. [1] https://github.com/NixOS/nixpkgs/issues/299174 --- pkgs/by-name/vl/vlc/package.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/by-name/vl/vlc/package.nix b/pkgs/by-name/vl/vlc/package.nix index f6052bcbfaa3..ecd7d85d0064 100644 --- a/pkgs/by-name/vl/vlc/package.nix +++ b/pkgs/by-name/vl/vlc/package.nix @@ -61,7 +61,6 @@ libupnp, libv4l, libva, - libvdpau, libvorbis, libxml2, live555, @@ -184,7 +183,6 @@ stdenv.mkDerivation (finalAttrs: { libupnp libv4l libva - libvdpau libvorbis libxml2 lua5 @@ -286,11 +284,6 @@ stdenv.mkDerivation (finalAttrs: { sed -i 's|^#define CONFIGURE_LINE.*$|#define CONFIGURE_LINE ""|g' config.h ''; - # fails on high core machines - # ld: cannot find -lvlc_vdpau: No such file or directory - # https://code.videolan.org/videolan/vlc/-/issues/27338 - enableParallelInstalling = false; - # Add missing SOFA files # Given in EXTRA_DIST, but not in install-data target postInstall = ''