[FFmpeg-user] How to build 64-bit ffmpeg using msvc toolchain?

Yaming He he_yaming at yahoo.com
Mon Apr 21 20:20:57 CEST 2014


Hello, I am building the ffmpeg by using MSVC toolchain. By
default it generates the 32-bit build but I want have a 64-bit build. I used
the below configuration flags but it always generate the 32-bit binary. Did I
miss anything? How to build a 64-bit ffmpeg with msvc toolcahin?
 
./configure --toolchain=msvc --enable-shared
--disable-static --target_os=win64 --arch=x86_64
 
Thanks.
Jerry


More information about the ffmpeg-user mailing list