Fix DrmRenderer build

This commit is contained in:
Cameron Gutman
2024-06-25 23:29:37 -05:00
parent ecfcedad58
commit dff02eab7d
2 changed files with 3 additions and 1 deletions
@@ -78,6 +78,7 @@ private:
bool addFbForFrame(AVFrame* frame, uint32_t* newFbId, bool testMode);
IFFmpegRenderer* m_BackendRenderer;
SDL_Window* m_Window;
bool m_DrmPrimeBackend;
bool m_HwAccelBackend;
AVBufferRef* m_HwContext;