Files
ports/multimedia/vapoursynth/pkg-message
T
Daniel Engberg 147ab5f486 multimedia/vapoursynth: Limit port to tier 1 (64-bit) platforms and fix some style issues
Upstream only targets 64-bit platforms
(see release notes for R74 and meson.build) and they're the only plugins
are only optimized and/or runs reasonably fast on aarch64 and amd64.
This is also true for most other related software you normally use with
Vapoursynth. While at fix a few style issues
2026-06-22 01:46:42 +02:00

12 lines
423 B
Plaintext

[
{ type: install
message: <<EOM
If this application is built in "compatibility mode" on amd64 it means that
you're either using a prebuilt binary package or that CPUTYPE variable wasn't
set during build. Application will still continue to work but without assembly
optimization which means REDUCED performance. It is HIGHLY recommended that
you recompile this software and plugins with CPUTYPE variable defined.
EOM
}
]