|
@@ -28,10 +28,17 @@ config BR2_PACKAGE_QT6MULTIMEDIA_EXAMPLES
|
|
help
|
|
help
|
|
This option enables the Qt6 Multimedia examples.
|
|
This option enables the Qt6 Multimedia examples.
|
|
|
|
|
|
|
|
+comment "ffmpeg plugin needs kernel headers >= 5.2"
|
|
|
|
+ depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
|
|
|
+ depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
|
|
|
|
+
|
|
config BR2_PACKAGE_QT6MULTIMEDIA_FFMPEG
|
|
config BR2_PACKAGE_QT6MULTIMEDIA_FFMPEG
|
|
bool "ffmpeg plugin"
|
|
bool "ffmpeg plugin"
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC
|
|
depends on BR2_PACKAGE_PULSEAUDIO_HAS_ATOMIC
|
|
|
|
+ # V4L2_PIX_FMT_BGRA32
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_2
|
|
# qt6-multimedia ffmpeg plugin needs
|
|
# qt6-multimedia ffmpeg plugin needs
|
|
# qt6base-concurrent, PulseAudio and ffmpeg-swcale.
|
|
# qt6base-concurrent, PulseAudio and ffmpeg-swcale.
|
|
select BR2_PACKAGE_FFMPEG
|
|
select BR2_PACKAGE_FFMPEG
|