[FFmpeg-cvslog] avdevice/opengl_enc: fix build error using msvc compiler

Don C. Bigler git at videolan.org
Wed Apr 10 13:42:12 EEST 2019


ffmpeg | branch: master | Don C. Bigler <don.bigler at framatome.com> | Tue Apr  9 10:54:45 2019 -0400| [2be7c388db67a0ba7fe480e95a3455b1adc992ce] | committer: Carl Eugen Hoyos

avdevice/opengl_enc: fix build error using msvc compiler

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

 libavdevice/opengl_enc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c
index 54c7e610bd..fd0bb177d9 100644
--- a/libavdevice/opengl_enc.c
+++ b/libavdevice/opengl_enc.c
@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
 #include <stddef.h>
 
 #include "config.h"



More information about the ffmpeg-cvslog mailing list