[Libav-user] Building with MSVC toolchain resulting in seeking problem?

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Mar 12 23:18:38 CET 2013


John Orr <john.orr at ...> 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



More information about the Libav-user mailing list