1config BR2_PACKAGE_QT5MULTIMEDIA 2 bool "qt5multimedia" 3 select BR2_PACKAGE_QT5BASE_GUI 4 select BR2_PACKAGE_QT5BASE_NETWORK 5 select BR2_PACKAGE_QT5BASE_OPENGL_LIB if BR2_PACKAGE_QT5BASE_OPENGL 6 help 7 Qt is a cross-platform application and UI framework for 8 developers using C++. 9 10 The Qt Multimedia module provides a rich feature set that 11 enables you to easily take advantage of a platform's 12 multimedia capabilities such as media playback and the use 13 of camera and radio devices. 14 15 https://doc.qt.io/qt-5/multimediaoverview.html 16