gnu: ffmpeg: Fix typo in configure flags.
* gnu/packages/video.scm (ffmpeg): Add "d" in "3d" in configure flags.
This commit is contained in:
parent
39efcc9b3a
commit
798e4f42b3
|
@ -139,8 +139,8 @@
|
|||
(or (%current-target-system)
|
||||
(%current-system)))
|
||||
'()
|
||||
'("--disable-amd3now"
|
||||
"--disable-amd3nowext"
|
||||
'("--disable-amd3dnow"
|
||||
"--disable-amd3dnowext"
|
||||
"--disable-mmx"
|
||||
"--disable-mmxext"
|
||||
"--disable-sse"
|
||||
|
|
Loading…
Reference in New Issue