diff --git a/CMakeLists.txt b/CMakeLists.txt index c064b5ce4..c4fb3259d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,6 +170,8 @@ if(ENABLE_MEDIAPLAYER_LIBMPV) endif() if(MEDIAPLAYER_FORCE_OPENGL) + message(STATUS "Forcing OpenGL-based rendering for libmpv.") + list(APPEND QT_COMPONENTS OpenGL) if(BUILD_WITH_QT6)