me
/
guix
Archived
1
0
Fork 0

gnu: mpv: Prepare for cross-compilation.

* gnu/packages/video.scm (mpv)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 9eea2db6ae
commit 188acd0aac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -2188,7 +2188,7 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
(add-before 'configure 'set-up-waf
(lambda* (#:key inputs #:allow-other-keys)
(copy-file (search-input-file inputs "bin/waf") "waf")
(setenv "CC" "gcc"))))
(setenv "CC" #$(cc-for-target)))))
#:configure-flags
#~(list "--enable-libmpv-shared"
"--enable-cdda"