mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: x265: Build with assembly files.
* gnu/packages/video.scm (x265)[native-inputs]: Add nasm. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0dddaa7b01
commit
bec45e6ddb
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ (define-public x265
|
|||
(delete-file-recursively "source/compat/getopt")
|
||||
#t))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs `(("nasm" ,nasm)))
|
||||
(arguments
|
||||
`(#:tests? #f ; tests are skipped if cpu-optimized code isn't built
|
||||
#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue