gnu: vapoursynth: Remove mips support.

* gnu/packages/video.scm (vapoursynth)[supported-systems]: New field,
remove support for mips64el which is unsupported.
master
Efraim Flashner 2016-09-12 22:29:35 +03:00
parent f51940b0f5
commit 9a078f4863
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 0 deletions

View File

@ -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+)))