[FFmpeg-cvslog] swr: fix time.h include
Clément Bœsch
git at videolan.org
Wed Jun 22 13:59:42 CEST 2016
ffmpeg | branch: master | Clément Bœsch <clement at stupeflix.com> | Wed Jun 22 14:00:08 2016 +0200| [a9eda4b26069df3d8d8582402d7acb6d2d0f4439] | committer: Clément Bœsch
swr: fix time.h include
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9eda4b26069df3d8d8582402d7acb6d2d0f4439
---
libswresample/tests/swresample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libswresample/tests/swresample.c b/libswresample/tests/swresample.c
index 9ba7735..5389658 100644
--- a/libswresample/tests/swresample.c
+++ b/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
More information about the ffmpeg-cvslog
mailing list