mirror of
				https://github.com/materusPL/Nixerus.git
				synced 2025-11-04 06:30:28 +01:00 
			
		
		
		
	obs-studio: remove decklink dependency
This commit is contained in:
		
							parent
							
								
									ec4bffe6e5
								
							
						
					
					
						commit
						9eb2f3ec33
					
				@ -47,8 +47,8 @@
 | 
				
			|||||||
, amf-headers 
 | 
					, amf-headers 
 | 
				
			||||||
, libGL
 | 
					, libGL
 | 
				
			||||||
, vulkan-loader
 | 
					, vulkan-loader
 | 
				
			||||||
, decklinkSupport ? false
 | 
					#, decklinkSupport ? false
 | 
				
			||||||
, blackmagic-desktop-video
 | 
					#, blackmagic-desktop-video
 | 
				
			||||||
, libcef
 | 
					, libcef
 | 
				
			||||||
}:
 | 
					}:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -139,9 +139,9 @@ stdenv.mkDerivation rec {
 | 
				
			|||||||
    wrapperLibraries = [
 | 
					    wrapperLibraries = [
 | 
				
			||||||
      xorg.libX11
 | 
					      xorg.libX11
 | 
				
			||||||
      libvlc
 | 
					      libvlc
 | 
				
			||||||
    ] ++ optionals decklinkSupport [
 | 
					    ]; /*++ optionals decklinkSupport [
 | 
				
			||||||
      blackmagic-desktop-video
 | 
					      blackmagic-desktop-video
 | 
				
			||||||
    ];
 | 
					    ];*/
 | 
				
			||||||
  in
 | 
					  in
 | 
				
			||||||
  ''
 | 
					  ''
 | 
				
			||||||
    #Remove libs from libcef, they are symlinks and can't be patchelfed
 | 
					    #Remove libs from libcef, they are symlinks and can't be patchelfed
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user