You are not logged in.
I need to compile a program (banshee SVN) and during the configuration :
checking for GStreamer 0.10 decodebin plugin... no
configure: error: Cannot find required GStreamer-0.10 plugin 'decodebin'.But i have alle the gstreamer package installed, where's the problem ? >_<
Moreover, I saw that i had the libraries :
$ locate decodebin
/usr/lib/gstreamer-0.10/libgstdecodebin.so
/usr/lib/gstreamer-0.10/libgstdecodebin2.soSo it's really strange >_<
Last edited by Soulou (2008-11-05 09:16:01)
Offline
I was unable to replicate what you're describing. I used the sources from http://svn.gnome.org/svn/banshee/trunk/banshee and ./autogen.sh completed successfully. In case you used a different repository, please do clarify which. Otherwise, I'm not sure what to suggest. ![]()
Offline
I use the same repository, so it's strange that it doesn't recognize the Gstreamer libraries, but I have them, I'm gonna post to the banshee-project forum ..
Offline
I had a similar problem trying to build totem in a clean chroot but it worked on my live system... I was too lazy to look at how to fix it
Offline
I remember having some problems with gstreamer detection. I don't remember for which package. Finally, a workarund was to disable gstreamer check in configure.ac ad making it return true anyway.
Offline
Finally I realize that it was my configure.Ac which was false, I deleted all files, and i did a nw checkout, and it works fine ![]()
Offline