ffmpeg | branch: master | Don C. Bigler <[email protected]> | 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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
