1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

swr: fix time.h include

This commit is contained in:
Clément Bœsch
2016-06-22 14:00:08 +02:00
parent 5d48e4eafa
commit a9eda4b260

View File

@@ -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