https://bugs.kde.org/show_bug.cgi?id=350061

Vincent PINON <vpi...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|http://commits.kde.org/kden |http://commits.kde.org/kden
                   |live/5c2e8538b680eca0067f15 |live/f9c12b96228ca397e59dc0
                   |6f63855dc449614fd6          |7ce8f7fbe4d70055c4

--- Comment #13 from Vincent PINON <vpi...@kde.org> ---
Git commit f9c12b96228ca397e59dc07ce8f7fbe4d70055c4 by Vincent Pinon, on behalf
of Dennis Schridde.
Committed on 11/12/2015 at 07:24.
Pushed by vpinon into branch 'Applications/15.12'.

Allow building on ubuntu armhf (OpenGL!=OpenGLES)

applying:
kdenlive-15.08.3-define-gl-unpack-row-length-if-missing.patch
kdenlive-15.08.3-only-delete-opengl-3.2-core-functions-on-windows.patch

The two patches fix all serious warnings in the glwidget.cpp file
and make kdenlive-15.08.3 compile.

GL_UNPACK_ROW_LENGTH is part of OpenGL ES 3.2, but not of OpenGL ES 2.0.
This it is defined in different headers (gl3.h) in OpenGL ES 3.2 and as an
extension with _EXT suffix (gl2ext.h) to OpenGL ES 2.0.
I chose the route to fallback to the _EXT definition, in case the regular one
is unavailable.

The other patch fixes a warning about calling operator delete on
QOpenGLFunctions_3_2_Core (its class definition is incomplete).
It is only ever instantiated on Windows anyway,
so I took the liberty to also guard the deletion with Q_OS_WIN.

M  +11   -0    src/monitor/glwidget.cpp

http://commits.kde.org/kdenlive/f9c12b96228ca397e59dc07ce8f7fbe4d70055c4

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to