Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
avdivan wants to merge47 commits intoopencv:4.x
base:4.x
Choose a base branch
Loading
fromavdivan:test
Open

Conversation

avdivan
Copy link
Contributor

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)"

@asmorkalov
Copy link
Collaborator

Hm.., it provides GCC 4.8. It's very old. Need to analyze options for baseline system.

@avdivan
Copy link
ContributorAuthor

Hi,
539acb0fece9:/$ gcc --version
gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@avdivan@asmorkalov

[8]ページ先頭

©2009-2025 Movatter.jp