使用自定义前缀位置构建gst-plugins-base失败

时间:2019-06-07 17:44:48

标签: linux makefile build gstreamer-1.0 autogen

我无法从github来源构建gstreamer gst-plugings-base。找不到关于GStreamer GST的错误引发失败...

我正在如下构建gst-plugins-base:

cd gst-plugins-base
git checkout -t origin/$BRANCH || true
sudo make uninstall || true
git pull
./autogen.sh --prefix=/apps/gstreamer/git/gst-plugins-base --disable-gtk-doc
make
sudo make install
cd ..

完整的安装脚本位于: https://pastebin.com/WkxGk4Wp

我目前使用gstreamer 1.2库(由系统软件包管理器提供)构建了OpenCV。

在基于gst-plugins的构建过程中,它抛出以下错误并中止:

checking for GST... no
configure: Requested 'gstreamer-1.0 >= 1.16.0' but version of GStreamer is 1.2.4
configure: error: no gstreamer-1.0 >= 1.16.0 (GStreamer) found
     configure failed

我该怎么做才能克服这个问题?

0 个答案:

没有答案