mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 07:58:05 +02:00
ExportFFmpeg.cpp: Define snprintf as _snprintf on Windows.
This commit is contained in:
parent
f36e961bb1
commit
32454b3e6e
@ -49,6 +49,10 @@ function.
|
||||
|
||||
#include "ExportFFmpegDialogs.h"
|
||||
|
||||
#if defined(WIN32)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#if defined(USE_FFMPEG)
|
||||
|
||||
extern FFmpegLibs *FFmpegLibsInst;
|
||||
|
Loading…
x
Reference in New Issue
Block a user