我试图安装gstreamer的所有插件,当我安装了gst-plugins-ugly时,它显示了一个无法构建的插件列表,并说没有找到Orc。 消息:
configure: *** Plug-ins with dependencies that will NOT be built:
a52dec
amrnb
amrwbdec
cdio
dvdreadsrc
lame
mad
mpeg2dec
sid
twolame
x264
configure: *** Orc acceleration disabled. Requires Orc >= 0.4.6, which was
not found. Slower code paths will be used.
我试图找到Orc,但找不到任何东西。 Liborc我发现并安装了,但那是版本0.4.0。有谁知道我在哪里可以找到兽人?我正在运行ubuntu 10.04。
答案 0 :(得分:6)
现在可以在此处找到这些版本:http://gstreamer.freedesktop.org/src/orc/
或者从git获取上游源代码://anongit.freedesktop.org/gstreamer/orc
答案 1 :(得分:0)
对于现在在 ubuntu 18.04 中仍有问题的人
<块引用>apt-get install liborc-0.4-dev
上面的安装应该会安装 liborc 文件和相关的 orc-0.4.pc,以便 pkg-config 选择它。