Re: [Audacity-devel] [Libav-user] Requesting help to port Audacity to recent FFmpeg
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Benjamin D. <ben...@au...> - 2014-05-31 14:45:42
|
I committed the conditional define statement in r13171 in ExportFFmpeg.cpp just below the includes. That's probably not the best place. When someone has a better place, please let us know. Cheers, Benjamin Am Dienstag, den 27.05.2014, 00:30 +0100 schrieb Martyn Shaw: > I think we need a conditional > #define snprintf _snprintf > somewhere for win, as elsewhere in the code. > > I've no idea where it would be best placed. > > HTH > Martyn > > On 27/05/2014 00:22, Gale (Audacity Team) wrote: > >> Benjamin wrote: > >>> Am Sonntag, den 25.05.2014, 17:23 -0700 schrieb Gale (Audacity Team): > >>> On Win 7 x64, building current HEAD r13136, Release configuration, I get > >>> this > >>> error: > >>> > >>> 26>ExportFFmpeg.cpp > >>> 26>..\..\..\src\export\ExportFFmpeg.cpp(347) : error C3861: 'snprintf': > >>> identifier not found > >> > >> Can you test if adding this include to src/export/ExportFFmpeg.cpp fixes > >> the build failure: > >> > >> #include <stdio.h> > > > > I wasn't sure where to add that, but adding it either at the top of the > > includes > > or above the wx includes doesn't prevent the error. > > > > > > Gale > > |