Fix ffmpeg (add missing yasm dependency) (#5087)
This commit is contained in:
		 healther
					healther
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							256cd68b27
						
					
				
				
					commit
					8df9f9e1f4
				
			| @@ -37,6 +37,8 @@ class Ffmpeg(AutotoolsPackage): | ||||
|     variant('shared', default=True, | ||||
|             description='build shared libraries') | ||||
|  | ||||
|     depends_on('yasm@1.2.0:') | ||||
|  | ||||
|     def configure_args(self): | ||||
|         spec = self.spec | ||||
|         config_args = ['--enable-pic'] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user