mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
qtmultimedia: update PACKAGECONFIGs
QtMultimedia is again using plugins for different backends and they can be enabled at the same time. Add PACKAGECONFIGs for ffmpeg and vaapi backends. Remove vivante workaround, it's no longer needed. Default still to gstreamer only. The ffmpeg integration is done to v4.4 and does not work with later versions. Change-Id: Ica8f46ceca0ef61caa300b3e23269de062575efc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
ae90e4457e
commit
ba348447dc
|
|
@ -17,9 +17,8 @@ DEPENDS += "qtbase qtshadertools qtshadertools-native"
|
|||
PACKAGECONFIG ?= "gstreamer qml"
|
||||
PACKAGECONFIG[alsa] = "-DFEATURE_alsa=ON,-DFEATURE_alsa=OFF,alsa-lib"
|
||||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtsvg"
|
||||
PACKAGECONFIG[pulseaudio] = "-DFEATURE_pulseaudio=ON,-DFEATURE_pulseaudio=OFF,pulseaudio"
|
||||
PACKAGECONFIG[ffmpeg] = "-DFEATURE_ffmpeg=ON,-DFEATURE_ffmpeg=OFF,ffmpeg"
|
||||
PACKAGECONFIG[gstreamer] = "-DFEATURE_gstreamer=ON,-DFEATURE_gstreamer=OFF,gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad"
|
||||
PACKAGECONFIG[pulseaudio] = "-DFEATURE_pulseaudio=ON,-DFEATURE_pulseaudio=OFF,pulseaudio"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
||||
|
||||
EXTRA_OECMAKE += "-DFEATURE_gpu_vivante=OFF"
|
||||
|
||||
PACKAGECONFIG[vaapi] = "-DFEATURE_vaapi=ON,-DFEATURE_vaapi=OFF,libva"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user