ffmpeg | branch: master | Clément Bœsch <[email protected]> | 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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to