diff options
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |