Skip to content

Alpine Test musllinux-compatible #1112

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

Open
wants to merge 47 commits into
base: 4.x
Choose a base branch
from
Open

Alpine Test musllinux-compatible #1112

wants to merge 47 commits into from

Conversation

avdivan
Copy link
Contributor

@avdivan avdivan commented Jun 20, 2025

ffmpeg -version
ffmpeg version 5.1.6 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.1 (Alpine 13.2.1_git20231014) 20231014
configuration: --prefix=/ffmpeg_build --extra-cflags=-I/ffmpeg_build/include --extra-ldflags=-L/ffmpeg_build/lib --enable-openssl --enable-libvpx --enable-shared --enable-pic
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
99e8550d9e0d:/$ ldd $(which ffmpeg)
/lib/ld-musl-x86_64.so.1 (0x7fd24380d000)
libavdevice.so.59 => /ffmpeg_build/lib/libavdevice.so.59 (0x7fd2437b4000)
libavfilter.so.8 => /ffmpeg_build/lib/libavfilter.so.8 (0x7fd2433a1000)
libavformat.so.59 => /ffmpeg_build/lib/libavformat.so.59 (0x7fd243122000)
libavcodec.so.59 => /ffmpeg_build/lib/libavcodec.so.59 (0x7fd241dcc000)
libswresample.so.4 => /ffmpeg_build/lib/libswresample.so.4 (0x7fd241dac000)
libswscale.so.6 => /ffmpeg_build/lib/libswscale.so.6 (0x7fd241d0c000)
libavutil.so.57 => /ffmpeg_build/lib/libavutil.so.57 (0x7fd241b30000)
libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fd24380d000)
libasound.so.2 => /usr/lib/libasound.so.2 (0x7fd241a4e000)
libz.so.1 => /lib/libz.so.1 (0x7fd241a34000)
libssl.so.1.1 => /ffmpeg_build/lib/libssl.so.1.1 (0x7fd24199d000)
libcrypto.so.1.1 => /ffmpeg_build/lib/libcrypto.so.1.1 (0x7fd2416a8000)
libvpx.so.11 => /ffmpeg_build/lib/libvpx.so.11 (0x7fd24135e000)
liblzma.so.5 => /usr/lib/liblzma.so.5 (0x7fd241327000)
99e8550d9e0d:/$ python -c "import cv2; print(cv2.version)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant