Why are the prebuilt zip archives so large? #563
jqnatividad
started this conversation in
FAQ
Replies: 1 comment
-
Note that as of qsv 0.71.1, we no longer compile the prebuilt binaries with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's because we bundle all the different qsv binary variants in each zip archive so the user has the flexibility to choose which flavor of qsv to use.
Also, for certain architectures where we are compiling natively (i.e. not cross-compiling to other architectures), we also include the nightly qsv variants and bundle in the Python shared library against which qsv was linked as well.
Beta Was this translation helpful? Give feedback.
All reactions