Comment 68 for bug 602934

Revision history for this message
In , Leland-audacityteam (leland-audacityteam) wrote :

(In reply to comment #55)
> I ran into
>
> ImportFFmpeg.cpp
> ..\..\..\src\import\ImportFFmpeg.cpp(874) : error C3861: 'lrintf': identifier
> not found
> ..\..\..\src\import\ImportFFmpeg.cpp(878) : error C3861: 'lrint': identifier
> not found
>
> on Windows Unicode Release.

Sorry about that Gale. Will upload a new patch shortly, but in the interim,
you should be able to add an include at the top of ImportFFmpeg.cpp:

#include "float_cast.h"