i need to compile ffmpeg (64 bit shared dll) for windows. however I configure in mingw, it always produces 32 bit binary for me.

tried this already

./configure --enable-shared --disable-static --enable-memalign-hack --arch=amd64
./configure --enable-shared --disable-static --enable-memalign-hack --arch=x86_64

my guess is that a x86 to x86_64 cross compiler is missing.

but just can find a way to make those 64bit dlls.

link|improve this question

How is compiling something not programming related? – GManNickG Jan 14 '10 at 15:46
It is. This question should not be closed. – John Dibling Jan 14 '10 at 16:10
feedback

1 Answer

up vote 1 down vote accepted

See here for a 64-bit version of MinGW. The site even has 64-bit binaries of the ffmpeg library!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.