-
Notifications
You must be signed in to change notification settings - Fork 167
Description
We are looking to enable compress offload with pipewire and use ffmpeg to parse the audio format. After adding ffmpeg as a dependency, we encountered the following error:
ERROR: Nothing PROVIDES 'ffmpeg' (but /local/mnt/workspace/sbojja/builds/K2C/meta-qcom-12-11/build/../meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb DEPENDS on or otherwise requires it)
ffmpeg was skipped: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.
ERROR: Required build target 'pipewire' has no buildable providers.
Missing or unbuildable dependency chain was: ['pipewire', 'ffmpeg']
we need to include LICENSE_FLAGS_ACCEPTED += "commercial" in conf/local.conf to enable ffmpeg.
Is it possible to use the commercial LICENSE, or is there another way to utilize the ffmpeg parser?
pipewire test app: https://github.com/PipeWire/pipewire/blob/master/src/tools/pw-cat.c#L2053