Ticket #60533: patch-libavdevice-opengl_enc.diff
File patch-libavdevice-opengl_enc.diff, 375 bytes (added by gaming-hacker (G Alexander), 4 years ago) |
---|
-
libavdevice/opengl_enc.c
old new 38 38 #elif HAVE_ES2_GL_H 39 39 #include <ES2/gl.h> 40 40 #else 41 #include <GL/gl.h> 42 #include <GL/glext.h> 41 #include <OpenGL/gl.h> 42 #include <OpenGL/glu.h> 43 #include <GLUT/glut.h> 43 44 #endif 44 45 #if HAVE_GLXGETPROCADDRESS 45 46 #include <GL/glx.h>