Commit a9eda4b2 authored by Clément Bœsch's avatar Clément Bœsch

swr: fix time.h include

parent 5d48e4ea
......@@ -27,7 +27,7 @@
#include "libswresample/swresample.h"
#undef time
#include "time.h"
#include <time.h>
#undef fprintf
#define SAMPLES 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment