Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 558356 | Differences between
and this patch

Collapse All | Expand All

(-)kdenlive-15.08.3/src/monitor/glwidget.cpp.orig (+8 lines)
Lines 36-41 Link Here
36
36
37
#define USE_GL_SYNC // Use glFinish() if not defined.
37
#define USE_GL_SYNC // Use glFinish() if not defined.
38
38
39
#ifndef GL_UNPACK_ROW_LENGTH
40
# ifdef GL_UNPACK_ROW_LENGTH_EXT
41
#  define GL_UNPACK_ROW_LENGTH GL_UNPACK_ROW_LENGTH_EXT
42
# else
43
#  error GL_UNPACK_ROW_LENGTH undefined
44
# endif
45
#endif
46
39
#ifdef QT_NO_DEBUG
47
#ifdef QT_NO_DEBUG
40
#define check_error(fn) {}
48
#define check_error(fn) {}
41
#else
49
#else

Return to bug 558356