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
This commit is contained in:
Alois Wohlschlager
2025-03-22 14:43:26 +01:00
parent 453fba73ea
commit 242694006e
-7
View File
@@ -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 "<removed>"|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 = ''