[FFmpeg-user] How to configure x86_64
Elliott Balsley
elliottbalsley at gmail.com
Wed Oct 23 11:46:01 CEST 2013
> What does the following show?
> $ grep X86 config.h
$ grep X86 config.h
#define ARCH_X86 1
#define ARCH_X86_32 0
#define ARCH_X86_64 1
> (Your original configure line probably also worked,
> I am never using "arch" that's why I suggested
> gcc -m64, you could also test omitting both --cc
> and --arch)
Omitting both --cc and --arch produces the same result
More information about the ffmpeg-user
mailing list