Skip to content

Commit

Permalink
libmythtv: Fix MMAL build
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Dec 22, 2020
1 parent 6772cc4 commit df7214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/decoders/mythmmalcontext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ int MythMMALContext::HwDecoderInit(AVCodecContext *Context)
return -1;

MythRenderOpenGL *context = MythRenderOpenGL::GetOpenGLRender();
m_interop = MythMMALInterop::CreateMMAL(context, MythOpenGLInterop::MMAL);
m_interop = MythMMALInterop::CreateMMAL(context);
return m_interop ? 0 : -1;
}

Expand Down

0 comments on commit df7214b

Please sign in to comment.