From a0343008dc7edae60446177f2e10ca57c10112dc Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Wed, 21 Feb 2018 20:25:00 +0100 Subject: gnu: libx264: Use nasm. Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e. * gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ccfb370563..53c36ccffb 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -256,7 +256,7 @@ television and DVD. It is also known as AC-3.") (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("yasm" ,yasm))) + ("nasm" ,nasm))) ;; TODO: Add gpac input (arguments `(#:tests? #f ;no check target -- cgit v1.2.3