[FFmpeg-user] Trying to compile ffmpeg 7.1

David Niklas deference at null.net
Tue Dec 24 23:44:52 EET 2024


On Fri, 20 Dec 2024 16:39:23 +0100
Ferdi Scholten <ferdi at sttc-nlp.nl> wrote:
> > On Fri, 20 Dec 2024 05:05:50 +0000
> > Carl Zwanzig <cpz at tuunq.com> wrote:
> >> On 12/19/2024 6:18 PM, David Niklas via ffmpeg-user wrote:
> >>> I don't know what to put into the arch argument to configure. I
> >>> thought, znver2 would be sufficient. But I just get "warning unknown
> >>> architecture znver2" Is znver2 not supported or am I missing
> >>> something?
> >> What is znver2?
> >>
> >> The architecture is probable "amd64" (for most x86 64-bit CPUs) or
> >> "x86_84"; look at what "uname -m" says:
> > Zen version 2. It's gcc's official arch name. I didn't know what to
> > put in, so I thought I'd try what other FLOSS tools were using.
> >
> >> cpz at monreal:~ % uname -m
> >> amd64
> >> cpz at monreal:~ %
> >> (this is freebsd 14.2, but linux should be relatively the same)q
> >>
> >> (I'll assume from the next email that you got past this but didn't
> >> tell anyone)
> >>
> >> z!
> > Yes, I just didn't pass the option to configure anymore.
> >
> > Thanks
> >
> > _______________________________________________
> These are the allowed values for arch
>
> AARCH64
> ARM
> IA64
> LOONGARCH
> LOONGARCH32
> LOONGARCH64
> M68K
> MIPS
> MIPS64
> PARISC
> PPC
> PPC64
> RISCV
> S390
> SPARC
> SPARC64
> TILEGX
> TILEPRO
> WASM
> X86
> X86_32
> X86_64
>
> Perhaps should be ISA instead of arch....

That would make more sense.

Instead of removing the arch argument, I placed the correct value into my
list of arguments to configure and now ffmpeg builds and links correctly.

But I still don't know what's going on with librsvg (mentioned in a
previous email of mine).

Thanks all!


More information about the ffmpeg-user mailing list