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: Martyn S. <mar...@gm...> - 2014-05-26 23:30:44
|
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 > > > > -- > View this message in context: http://audacity.238276.n2.nabble.com/Re-Libav-user-Requesting-help-to-port-Audacity-to-recent-FFmpeg-tp7561837p7561970.html > Sent from the audacity-devel mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > The best possible search technologies are now affordable for all companies. > Download your FREE open source Enterprise Search Engine today! > Our experts will assist you in its installation for $59/mo, no commitment. > Test it for FREE on our Cloud platform anytime! > http://pubads.g.doubleclick.net/gampad/clk?id=145328191&iu=/4140/ostg.clktrk > _______________________________________________ > audacity-devel mailing list > aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel > |