[FFmpeg-user] How to configure x86_64

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Oct 23 11:38:15 CEST 2013


Elliott Balsley <elliottbalsley <at> gmail.com> writes:

> > Please try the following:
> > $ ./configure --enable-gpl --enable-version3 --enable-nonfree 
> > --enable-static --enable-libass --enable-libbluray 
> > --enable-libfdk-aac --enable-libmp3lame --enable-libvpx 
> > --enable-libx264 --enable-opencl --enable-libfreetype --cc='gcc -m64’
> 
> That still gives the result of “x86 (generic)"

What does the following show?
$ grep X86 config.h

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

Carl Eugen



More information about the ffmpeg-user mailing list