John Orr <john.orr@...> writes: > Parts of ffmpeg source code assume the compiler will remove > the body of a conditional if the condition is always false
Could you test if the following fixes compilation with --disable-optimizations with msvc? Insert a line >> _cflags_noopt="-O1" << after the line >> _cflags_size="-O1" << which should be line 2746. If not: Does --enable-small work? Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
