swr: fix time.h include

pull/221/head
Clément Bœsch 9 years ago
parent 5d48e4eafa
commit a9eda4b260
  1. 2
      libswresample/tests/swresample.c

@ -27,7 +27,7 @@
#include "libswresample/swresample.h"
#undef time
#include "time.h"
#include <time.h>
#undef fprintf
#define SAMPLES 1000

Loading…
Cancel
Save