gnu: vapoursynth: Remove mips support.
* gnu/packages/video.scm (vapoursynth)[supported-systems]: New field, remove support for mips64el which is unsupported.
This commit is contained in:
parent
f51940b0f5
commit
9a078f4863
|
@ -1272,6 +1272,8 @@ capabilities.")
|
|||
manipulation. It aims to be a modern rewrite of Avisynth, supporting
|
||||
multithreading, generalized colorspaces, per frame properties, and videos with
|
||||
format changes.")
|
||||
;; src/core/cpufeatures only allows x86, ARM or PPC
|
||||
(supported-systems (delete "mips64el-linux" %supported-systems))
|
||||
;; As seen from the source files.
|
||||
(license license:lgpl2.1+)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue