[FFmpeg-user] Error installing (windows) - cc1: error in backend...
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jun 20 14:13:32 CEST 2014
BlueHat <elliotb <at> sparkol.com> writes:
> ./configure --extra-libs=-static \
> --disable-network
> --disable-optimizations --disable-asm
> --disable-stripping --disable-mmx
These option should only be used if you need a debug
build with very specific properties, ...
> --disable-debug
... but this makes debugging impossible.
Please fix these options unrelated to your problem,
I suggest you remove them all.
> --disable-shared --enable-static
This is the default, you don't have to specify it.
> --enable-nonfree
Do you know what this option does?
If not, please remove it.
> --enable-muxer=mpeg2dvd \
> --enable-muxer=mpeg2svcd \
> --enable-muxer=mpeg2video \
> --enable-muxer=mpeg2vob \
--enable-muxer=mpeg2* should work.
Looking at your configure line, I suspect
what you want is --disable-programs.
> cc1: error in backend: Failed to run
Why do you believe that this problem has anything
to do with FFmpeg?
Carl Eugen
More information about the ffmpeg-user
mailing list