C E Macfarlane <c.e.macfarlane <at> macfh.co.uk> writes: > ./libavutil/libm.h:88: error: static declaration of > 'fminf' follows non-static declaration
The code that was responsible for this compilation problem was removed from the FFmpeg source. Note that afaik, the error indicates that libm.h and libm (the header and the library) have different opinions on what symbols they provide. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
