Hello All,
Currently I am trying to build one gstreamer based application in my Fedora Core 8.
FYI: This is VMplayer setup in Windows Xp.
Make file contains the following line:
packages := glib-2.0 gobject-2.0 dbus-glib-1 gstreamer-0.10 gstreamer-riff-0.10
I am having some issues during compilation. Following are the errors.
Package gstreamer-riff-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-riff-0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-riff-0.10' found
Now I am stuck at gstreamer-riff-0.10 package in the make file. From the internet search I came know that this package is part of gst-plugins-base-0.10.14.
But when I am tried install the same, the required `gstreamer-riff-0.10.pc' file is not getting generated. I feel required dependencies are not configured properly.
I came to the above conclusion based on configure.log of gst-plugins-base-0.10.14 and identifying the missing package.Find the attached configure.log for more information.
Could some one please provide some inputs to resolve this issue.
Expecting inputs :
1. How to install Gstreamer Development libraries by using YUM command in Fedora Core 8. I have tried the following commands, but no luck. Required Gstreamer*.pc file are not getting generated.
- yum install libgstreamer*
- yum install lib*gstreamer*
- yum install gstreamer-universe