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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
