]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/opengl_enc.c
avformat/matroskaenc: fix indention level
[ffmpeg] / libavdevice / opengl_enc.c
index 6be03981dd205a262f7d216dec4fcd854707c875..4e25f199f16ddb63b384d450e3d2c35e724056f4 100644 (file)
@@ -30,6 +30,9 @@
 
 #include "config.h"
 
+#if HAVE_WINDOWS_H
+#include <windows.h>
+#endif
 #if HAVE_OPENGL_GL3_H
 #include <OpenGL/gl3.h>
 #elif HAVE_ES2_GL_H
@@ -41,9 +44,6 @@
 #if HAVE_GLXGETPROCADDRESS
 #include <GL/glx.h>
 #endif
-#if HAVE_WINDOWS_H
-#include <windows.h>
-#endif
 
 #if HAVE_SDL
 #include <SDL.h>