gnu: openh264: Fix building on armhf and aarch64. * gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to the #:make-flags.
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -1
@@ 2001,7 2001,8 @@ of modern, widely supported codecs.") `(("nasm" ,nasm) ("python" ,python))) (arguments '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) '(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")) "CC=gcc") #:test-target "test" #:phases (modify-phases %standard-phases ;; no configure script