obs-studio: remove decklink dependency

This commit is contained in:
Mateusz Słodkowicz 2023-10-05 22:05:22 +02:00
parent ec4bffe6e5
commit 9eb2f3ec33
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 4 additions and 4 deletions

View File

@ -47,8 +47,8 @@
, amf-headers
, libGL
, vulkan-loader
, decklinkSupport ? false
, blackmagic-desktop-video
#, decklinkSupport ? false
#, blackmagic-desktop-video
, libcef
}:
@ -139,9 +139,9 @@ stdenv.mkDerivation rec {
wrapperLibraries = [
xorg.libX11
libvlc
] ++ optionals decklinkSupport [
]; /*++ optionals decklinkSupport [
blackmagic-desktop-video
];
];*/
in
''
#Remove libs from libcef, they are symlinks and can't be patchelfed