PDA

View Full Version : configuring Phonon problem



anafor2004
21st November 2008, 17:02
I try to crosscompile with phonon support. But I couldnt do this. There is a failure message

"Phonon support cannot be enable due to functionality tests!"

QbelcorT
22nd November 2008, 02:02
Hi,
I spent many hours on the configuration with Phonon. I think you are missing a required library.
Phonon support requires: glibc and gstreamer backend.
You can configure without the gstreamer, and there should not be any errors, but I think you are missing glib support. In the configuration turn on the debug message 'I think it's -d' I can't remember now. Anyways this will show you the test that is failing.

FYI, I did get it to work however the performance was bad. I cross-compiled for arm-linux (Using Marvell/Intel XScale PXA320 CPU 806mhz). It takes almost 60% of cpu resources, and fairly long time to start playing the sound. I have decided not to use gstreamer. Footprint size is rather large also.

yagabey
7th February 2009, 21:02
Hello, i came across this thread while searching for the same problem. I think gstreamer plugins base-devel should be installed. That worked for me..