Alpine Test musllinux-compatible#1112
Open
Uh oh!
There was an error while loading. Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)"