[FFmpeg-user] Compile ffmpeg on mips-qemu

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Jun 30 23:33:25 CEST 2016


Martin Vignali <martin.vignali <at> gmail.com> writes:

> Configure result :
> ./configure --arch=mips64 --prefix=../build --disable-ffplay
> --disable-ffprobe --disable-ffserver --enable-zlib --disable-asm
> --disable-videotoolbox --disable-audiotoolbox --disable-vda
> --disable-everything --enable-demuxer=image2 --enable-muxer=framecrc
> --disable-decoders --enable-decoder=exr --enable-protocol=file
> --enable-protocol=pipe --enable-encoder=rawvideo --disable-doc
> --extra-ldflags=-static

--disable-videotoolbox --disable-audiotoolbox --disable-vda and 
--enable-zlib have no effect and make reading the other options 
more difficult (that's how I missed --disable-asm).

Is this a cross- or a native compiler?
Is the compiler able to produce non-crashing executables 
with the compiler options used here? (Use make V=1 ffmpeg.o 
to show the used options.)
Why do you need -static? Is it unavoidable?

If this is not a cross-compiler, --arch may (or will?) cause 
issues.

Carl Eugen



More information about the ffmpeg-user mailing list