[FFmpeg-cvslog] aarch64: vp8: Remove superfluous includes

Martin Storsjö git at videolan.org
Thu Mar 14 21:11:53 EET 2019


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Jan 31 23:03:38 2019 +0200| [ad32f7b1264dbc614f0db1c443d5361420e9e07e] | committer: Martin Storsjö

aarch64: vp8: Remove superfluous includes

This fixes building with MSVC, which lacks unistd.h.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad32f7b1264dbc614f0db1c443d5361420e9e07e
---

 libavcodec/aarch64/vp8dsp_init_aarch64.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/aarch64/vp8dsp_init_aarch64.c b/libavcodec/aarch64/vp8dsp_init_aarch64.c
index 1f97775e28..be0998070b 100644
--- a/libavcodec/aarch64/vp8dsp_init_aarch64.c
+++ b/libavcodec/aarch64/vp8dsp_init_aarch64.c
@@ -17,10 +17,6 @@
  */
 
 #include <stdint.h>
-#include <string.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
 
 #include "libavutil/attributes.h"
 #include "libavutil/aarch64/cpu.h"



More information about the ffmpeg-cvslog mailing list