Skip to content

Commit

Permalink
MythOpenGLVideo: Fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Sep 6, 2020
1 parent 132d7fb commit b14bb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/opengl/mythopenglvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ void MythOpenGLVideo::RenderFrame(VideoFrame* Frame, bool TopFieldFirst, FrameSc
{
if (inputtextures[0]->m_transform && m_shaders[Default])
{
m_render->EnableShaderProgram(m_shaders[Default]);
m_openglRender->EnableShaderProgram(m_shaders[Default]);
m_shaders[Default]->setUniformValue("u_transform", *inputtextures[0]->m_transform);
}
}
Expand Down

0 comments on commit b14bb16

Please sign in to comment.