Browse Source
avdevice/opengl_enc: fix build error using msvc compiler
tags/n4.2
Don C. Bigler
Carl Eugen Hoyos
6 years ago
1 changed files with
0 additions and
1 deletions
-
libavdevice/opengl_enc.c
|
|
@@ -25,7 +25,6 @@ |
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|
#include <stdlib.h> |
|
|
#include <stdlib.h> |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
#include <unistd.h> |
|
|
|
|
|
#include <stddef.h> |
|
|
#include <stddef.h> |
|
|
|
|
|
|
|
|
#include "config.h" |
|
|
#include "config.h" |
|
|
|