gnu: ffmpeg: Add a debug output.
* gnu/packages/video.scm (ffmpeg) [outputs]: New field. [arguments]: Add --disable-stripping to configure flags.
This commit is contained in:
		
							parent
							
								
									bf23e8518f
								
							
						
					
					
						commit
						0c0d5130af
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1587,6 +1587,7 @@ operate properly.")
 | 
			
		|||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
 | 
			
		||||
    (outputs '("out" "debug"))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs
 | 
			
		||||
     (append
 | 
			
		||||
| 
						 | 
				
			
			@ -1727,6 +1728,8 @@ operate properly.")
 | 
			
		|||
         ;; The static libraries are 23 MiB
 | 
			
		||||
         "--disable-static"
 | 
			
		||||
 | 
			
		||||
         "--disable-stripping"
 | 
			
		||||
 | 
			
		||||
         #$@(if (target-riscv64?)
 | 
			
		||||
                '("--extra-cflags=-fPIC")
 | 
			
		||||
                '())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue