mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-25 00:48:10 +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"
|
#include "ExportFFmpegDialogs.h"
|
||||||
|
|
||||||
|
#if defined(WIN32)
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(USE_FFMPEG)
|
#if defined(USE_FFMPEG)
|
||||||
|
|
||||||
extern FFmpegLibs *FFmpegLibsInst;
|
extern FFmpegLibs *FFmpegLibsInst;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user