[FFmpeg-user] Trying to compile ffmpeg 7.1
Ferdi Scholten
ferdi at sttc-nlp.nl
Fri Dec 20 17:39:23 EET 2024
> 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....
More information about the ffmpeg-user
mailing list