mirror of https://git.ffmpeg.org/ffmpeg.git
swr: fix time.h include
This commit is contained in:
parent
5d48e4eafa
commit
a9eda4b260
|
@ -27,7 +27,7 @@
|
||||||
#include "libswresample/swresample.h"
|
#include "libswresample/swresample.h"
|
||||||
|
|
||||||
#undef time
|
#undef time
|
||||||
#include "time.h"
|
#include <time.h>
|
||||||
#undef fprintf
|
#undef fprintf
|
||||||
|
|
||||||
#define SAMPLES 1000
|
#define SAMPLES 1000
|
||||||
|
|
Loading…
Reference in New Issue