错误“没有gstreamerl -1.0 >= 1.4.0 (GStreamer)发现”

时间:2022-08-29 22:18:52

I am trying to build and install gst-plugin-bad-1.4.0 but I am getting following error when running the config scriptt for my Hw target. I am running the build in my target SDK/linux-devkit/ which is installed on my Ubuntu and my HW target is an ARM-base : This is the Error I got after I run following command on my ubuntu terminal" ./configure --host= --prefix=

我正在尝试构建和安装gst-plugin-bad-1.4.0,但是我在运行配置脚本时遇到了以下错误。我正在运行我的目标SDK/linux-devkit的构建,它安装在我的Ubuntu上,我的HW目标是一个ARM-base:这是我在我的Ubuntu终端上运行以下命令后得到的错误。

Error: configure: No package 'gstreamer-1.0' found configure: error: no gstreamer-1.0 >= 1.4.0 (GStreamer) found

错误:配置:没有找到“gstreamerl -1.0”的包配置:错误:没有gstreamerl -1.0 >= 1.4.0 (GStreamer)。

I already have gstreamer-1.4.0 installed in the SDK and run fine on the target.

我已经在SDK中安装了gstreamerl -1.4.0,并在目标上运行良好。

Any hint on what should be done? I have also tried to install gst-plugins-base-1.4.0 but getting the same error.

对应该做什么有任何提示吗?我还尝试安装gst-plugin -base-1.4.0,但得到了相同的错误。

1 个解决方案

#1


0  

The same thing happened to me even when following the instructions from the gstreamer main page (http://gstreamer.freedesktop.org/wiki/HowToCompileForEmbedded) to compile for embedded: ./configure --prefix="$prefix" --disable-nls --disable-static --with-html-dir=/tmp/dump

我甚至在遵循gstreamer主页(http://gstreamer.freedesktop.org/wiki/HowToCompileForEmbedded)的指示时,也发生了同样的事情:./configure——前缀=“$前缀”——disable-nls——disable-static—with-html-dir=/tmp/dump。

#1


0  

The same thing happened to me even when following the instructions from the gstreamer main page (http://gstreamer.freedesktop.org/wiki/HowToCompileForEmbedded) to compile for embedded: ./configure --prefix="$prefix" --disable-nls --disable-static --with-html-dir=/tmp/dump

我甚至在遵循gstreamer主页(http://gstreamer.freedesktop.org/wiki/HowToCompileForEmbedded)的指示时,也发生了同样的事情:./configure——前缀=“$前缀”——disable-nls——disable-static—with-html-dir=/tmp/dump。