-
Notifications
You must be signed in to change notification settings - Fork 549
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
ALSA + FFMPEG compatibility issue #8714
Comments
Not just that, but the recipe must also specify appropriate compat bounds for the dependencies, otherwise you'll have the same problem later. |
I'll like to help fix this. I also needed to restrict the architectures. It looks like it only works for the architectures supported by julia 1.0. This might not be the cleanest solution, but it was what I could figure out. |
Gave it a look and updated alsa to 1.2.12. I'm completely stumped by the alsa-plugins build trying to link to libcrypto.so.3. |
Thanks a lot @ViralBShah . It works for me now. |
Users have been reporting some issues with installing PortAudio.jl, which I think are related to an update to FFMPEG that isn't reflected in the ALSA build.
alsa_plugins_jll
loadslibasound_module_pcm_a52.so
, and that that library seems to be dependent onlibavcodec.so.58
, which it's not finding.It looks like the latest version of FFMPEG_jll builds
libavcodec.so.60
, so maybealsa_plugins_jll
needs to be updated to match.I'm pretty out of touch with how the binary build system works these days, is it just a matter of kicking off a new build for
alsa_plugins_jll
?The text was updated successfully, but these errors were encountered: