rack04
26th January 2010, 03:34
I couldn't find the best place for this question but this seemed most logical. I'm looking for a little guidance on how to compile FFMPEG 64-bit.
For 32-bit I use the following configuration:
./configure --enable-gpl --enable-postproc --enable-memalign-hack --enable-runtime-cpudetect --disable-devices --disable-filters --disable-encoders --disable-muxers --disable-network --disable-decoder=aac,ac3,adpcm_*,alac,als,ape,atrac?,cook,dca,dsicinaudio,dxa,eac3,flac,interplay_dpcm,mlp,mp1,mp2,mp3,mp3*,mpc?,pcm_*,qcelp,ra_*,sipr,truehd,truespeech,tta,vorbis,wavpack,wma*,twinvq --disable-demuxer=aac,ac3,pcm_*,ape,amr,ass,au,avs,dts,eac3,flac,mp3,mpc,mpc8,truehd,tta,w64,wav,wv --disable-parser=aac,ac3,dca,mlp,mpegaudio
I was wondering what I would have to change to build a 64-bit version. I tried adding --cross-prefix="x86_64-pc-mingw32-" --host="x86_64-pc-mingw32" but that didn't work. Any help is appreciated.
EDIT: I think this should have gone in the "New and alternative video codecs". My mistake.
For 32-bit I use the following configuration:
./configure --enable-gpl --enable-postproc --enable-memalign-hack --enable-runtime-cpudetect --disable-devices --disable-filters --disable-encoders --disable-muxers --disable-network --disable-decoder=aac,ac3,adpcm_*,alac,als,ape,atrac?,cook,dca,dsicinaudio,dxa,eac3,flac,interplay_dpcm,mlp,mp1,mp2,mp3,mp3*,mpc?,pcm_*,qcelp,ra_*,sipr,truehd,truespeech,tta,vorbis,wavpack,wma*,twinvq --disable-demuxer=aac,ac3,pcm_*,ape,amr,ass,au,avs,dts,eac3,flac,mp3,mpc,mpc8,truehd,tta,w64,wav,wv --disable-parser=aac,ac3,dca,mlp,mpegaudio
I was wondering what I would have to change to build a 64-bit version. I tried adding --cross-prefix="x86_64-pc-mingw32-" --host="x86_64-pc-mingw32" but that didn't work. Any help is appreciated.
EDIT: I think this should have gone in the "New and alternative video codecs". My mistake.