|
@@ -38,6 +38,11 @@ config BR2_PACKAGE_QT6MULTIMEDIA_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
|
select BR2_PACKAGE_QT6BASE_CONCURRENT
|
|
select BR2_PACKAGE_QT6BASE_CONCURRENT
|
|
select BR2_PACKAGE_QT6MULTIMEDIA_PULSEAUDIO
|
|
select BR2_PACKAGE_QT6MULTIMEDIA_PULSEAUDIO
|
|
|
|
+ # libxext/libxrandr are needed for ffmpeg plugin to build with
|
|
|
|
+ # X11 support:
|
|
|
|
+ # https://code.qt.io/cgit/qt/qtmultimedia.git/tree/src/plugins/multimedia/ffmpeg/CMakeLists.txt?h=6.8.1#n198
|
|
|
|
+ select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
|
|
|
|
+ select BR2_PACKAGE_XLIB_LIBXRANDR if BR2_PACKAGE_XORG7
|
|
help
|
|
help
|
|
This option enables ffmpeg media backend.
|
|
This option enables ffmpeg media backend.
|
|
|
|
|