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: Gale (A. Team) <ga...@au...> - 2014-05-26 23:22:14
|
>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. |