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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user