Skip to content

Help cross compiling ffmpeg #43

Answered by tonistiigi
epoupon asked this question in Q&A
Discussion options

You must be logged in to vote

--cc=xx-clang seems to be enough.

ffmpeg seems to be using hand-written configure so you need to study the flags and pass manually like it expects them. I've not verified the rest of the options.

#18 0.920 aarch64-alpine-linux-musl-gcc is unable to create an executable file.

xx does not support gcc on alpine(unless set up manually) because gcc requires separate compiler packages for each target architecture that alpine does not ship.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@epoupon
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tonistiigi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants