mirror of
				https://github.com/materusPL/Nixerus.git
				synced 2025-11-03 22:20:27 +01:00 
			
		
		
		
	obs-studio: remove decklink dependency
This commit is contained in:
		
							parent
							
								
									ec4bffe6e5
								
							
						
					
					
						commit
						9eb2f3ec33
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user