Skip to content
Snippets Groups Projects
Commit 798e4f42 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: ffmpeg: Fix typo in configure flags.

* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags.
parent 39efcc9b
Branches
Tags
No related merge requests found
...@@ -139,8 +139,8 @@ (define-public ffmpeg ...@@ -139,8 +139,8 @@ (define-public ffmpeg
(or (%current-target-system) (or (%current-target-system)
(%current-system))) (%current-system)))
'() '()
'("--disable-amd3now" '("--disable-amd3dnow"
"--disable-amd3nowext" "--disable-amd3dnowext"
"--disable-mmx" "--disable-mmx"
"--disable-mmxext" "--disable-mmxext"
"--disable-sse" "--disable-sse"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment