Skip to content

Commit

Permalink
Try and 'fix' the Pi build
Browse files Browse the repository at this point in the history
refs #13376
  • Loading branch information
mark-kendall committed Jan 24, 2019
1 parent 73d7000 commit a273edf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mythtv/libs/libmythtv/videoout_omx.cpp
Expand Up @@ -1483,9 +1483,11 @@ MythRenderEGL::MythRenderEGL() :
return;
}

QVariant v;
v.setValue(QEGLNativeContext(m_context, m_display));
setNativeHandle(v);
// MK 24.1.2019 QEGLNativeContext header requires a private header that is
// not always present. Not something we should be doing anyway...
//QVariant v;
//v.setValue(QEGLNativeContext(m_context, m_display));
//setNativeHandle(v);

m_window = createNativeWindow();

Expand Down

0 comments on commit a273edf

Please sign in to comment.