You've already forked FFmpeg
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user