-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split CLI tools into a separate package #1308
Conversation
Looks like you need to add features for [features]
default = ["asm", "bitdepth_8", "bitdepth_16"]
asm = ["rav1d/asm"]
bitdepth_8 = ["rav1d/bitdepth_8"]
bitdepth_16 = ["rav1d/bitdepth_16"] |
It looks like fixing the workspace fixed the features, as they can now be used when building. I don't think we need to explicitly pass them from the binaries unless we want a different set of defaults. |
@rinon, I don't think this is fixed. @fbossen says that building with |
edit: can replicate now |
No description provided.