forked from FFmpeg/FFmpeg
swr: fix time.h include
This commit is contained in:
parent
5d48e4eafa
commit
a9eda4b260
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "libswresample/swresample.h"
|
||||
|
||||
#undef time
|
||||
#include "time.h"
|
||||
#include <time.h>
|
||||
#undef fprintf
|
||||
|
||||
#define SAMPLES 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue