【发布时间】:2020-10-19 06:01:49
【问题描述】:
我正在尝试使用meson 安装 GStreamer,并且我想安装它的插件之一:omx。为此,我在meson_options.txt 文件中将其设置为enabled,并添加目标值:
option('target', type : 'combo',
choices : ['none', 'generic', 'rpi', 'bellagio', 'tizonia', 'zynqultrascaleplus'], value : 'rpi',
description : 'The OMX platform to target')
但是,我不断收到错误消息:
subprojects/gst-omx/meson.build:220:2: ERROR: Problem encountered: Unsupported omx target specified. Use the -Dtarget option
【问题讨论】:
标签: gstreamer meson-build