gnu: ffmpeg: Use INVOKE.
* gnu/packages/video.scm (ffmpeg)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
		
							parent
							
								
									512f22f9e8
								
							
						
					
					
						commit
						e80c05ac3e
					
				
					 1 changed files with 7 additions and 7 deletions
				
			
		|  | @ -756,13 +756,13 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).") | |||
|                 (("#! /bin/sh") (string-append "#!" (which "sh")))) | ||||
|               (setenv "SHELL" (which "bash")) | ||||
|               (setenv "CONFIG_SHELL" (which "bash")) | ||||
|               (zero? (apply system* | ||||
|                             "./configure" | ||||
|                             (string-append "--prefix=" out) | ||||
|                             ;; Add $libdir to the RUNPATH of all the binaries. | ||||
|                             (string-append "--extra-ldflags=-Wl,-rpath=" | ||||
|                                            out "/lib") | ||||
|                             configure-flags))))) | ||||
|               (apply invoke | ||||
|                      "./configure" | ||||
|                      (string-append "--prefix=" out) | ||||
|                      ;; Add $libdir to the RUNPATH of all the binaries. | ||||
|                      (string-append "--extra-ldflags=-Wl,-rpath=" | ||||
|                                     out "/lib") | ||||
|                      configure-flags)))) | ||||
|          (add-before | ||||
|           'check 'set-ld-library-path | ||||
|           (lambda _ | ||||
|  |  | |||
		Reference in a new issue