You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/kdenlive/files/kdenlive-0.8.2.1-qt48.patch

16 lines
344 B

diff --git a/src/videoglwidget.cpp b/src/videoglwidget.cpp
index d010b22..9595ef2 100644
--- a/src/videoglwidget.cpp
+++ b/src/videoglwidget.cpp
@@ -1,6 +1,11 @@
#include <QtGui>
#include <QtOpenGL>
+#ifdef Q_WS_MAC
+#include <OpenGL/glu.h>
+#else
+#include <GL/glu.h>
+#endif
#include "videoglwidget.h"
#ifndef GL_TEXTURE_RECTANGLE_EXT