-
Notifications
You must be signed in to change notification settings - Fork 5
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
vendoring and precompilation #20
Comments
Hi, I tried providing ffmpeg as precompiled dependency but it wasn't too easy. Anyway, I am open for suggestions :) |
I'm absolutely no expert in this matter but wouldn't it be enough to add ffmpeg dev dependencies in CI and add configure |
But this only instructs how to create a precompiled version of OUR NIF, correct? And what we need to do at first is to make Xav download precompiled version of FFmpeg instead of using the one installed on your OS. If we have the latter one, we can think about precompiling Xav itself. Does it make sesne? |
Hi @kevinschweikert, any ideas what to do with this one 😅 |
Okay, here are my thoughts. Currently, we dynamically link |
Hey @mickel8 i'm slooooowly wrapping my head around this! The missing piece for me was that |
Hey, just wanted to ask you, if in the context of elixir-nx/bumblebee#403 it would make sense to vendor the libs and support precompilation as mentionen by the
bumblebee
maintainers.Would you be open to it?
The text was updated successfully, but these errors were encountered: