QtMultimedia Cross Compile Raspberry pi
-
wrote on 8 Mar 2015, 10:46 last edited by
Hello,
I'm trying to cross compile Qt5 for RPi, but I have a problem when qmake for QtMultimedia.
I get this error :@/home/xavier/opt/qt5/qtmultimedia/qtmultimedia.pro:28: Variable GST_VERSION is not defined.@
Does anyone know what I have to do ?
Thanks,
-
Hi,
Do you have the gstreamer dev packages installed ?
-
wrote on 8 Mar 2015, 15:29 last edited by
I don't know.
I'm following this guide : http://qt-project.org/wiki/RaspberryPi_Beginners_guide.
How can I install gstreamer dev packages ? -
The same way you would on your host computer (if running a debian derivative)
apt-get install libgstreamer0.10-dev
You might also need the plugins dev packages for support of more things but right now I don't remember exactly which one you would need probably the gstreamer0.10-plugins-good and gstreamer0.10-plugins-bad packages also.
-
wrote on 8 Mar 2015, 16:28 last edited by
Do I have to do on my host computer ?
I did it, but I get the same error. -
No on the Raspberry Pi itself
4/6