mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Removed patch, no longer necessary
svn path=/nixpkgs/trunk/; revision=34363
This commit is contained in:
parent
1067f51f92
commit
da4c1e38fd
@ -1,14 +0,0 @@
|
|||||||
Correct for changed Qt opengl includes.
|
|
||||||
Reference: http://www.kdenlive.org/mantis/view.php?id=2396
|
|
||||||
|
|
||||||
diff -Naur kdenlive-0.8.2.1.orig//src/videoglwidget.cpp kdenlive-0.8.2.1/src/videoglwidget.cpp
|
|
||||||
--- kdenlive-0.8.2.1.orig//src/videoglwidget.cpp 2012-01-24 00:04:53.588121469 -0430
|
|
||||||
+++ kdenlive-0.8.2.1/src/videoglwidget.cpp 2012-01-24 00:05:32.817410938 -0430
|
|
||||||
@@ -2,6 +2,7 @@
|
|
||||||
#include <QtGui>
|
|
||||||
#include <QtOpenGL>
|
|
||||||
#include "videoglwidget.h"
|
|
||||||
+#include "GL/glu.h"
|
|
||||||
|
|
||||||
#ifndef GL_TEXTURE_RECTANGLE_EXT
|
|
||||||
#define GL_TEXTURE_RECTANGLE_EXT GL_TEXTURE_RECTANGLE_NV
|
|
Loading…
Reference in New Issue
Block a user