Hi all:
I’m working on build Qt projects on an arm board (imx6), I’m a beginner both on ARM embedded and Qt, and I met some problems here.
Now my goal is to run QMediaPlayer or QSound in my program, just to make audio output for wav files.
And when I tried to build cross compiler on my PC (ubuntu 12.04), I can’t get either alsa or gstreamer enabled.
My building step is as the following link:
http://www.udoo.org/ProjectsAndTutorials/how-to-build-qt5-for-udoo/?portfolioID=1394
the file system I download for my ARM is Ubuntu 12.04 v4.0 on this page:
http://www.udoo.org/downloads/#tab2
After downloading, I extracted it in my PC.
When I run ./configure and make, gstreamer and alsa were not enabled.
And when I tried add -gstreamer in my ./configure command, there’s an error and the error reads:
-gstreamer: invalid command-line switch
If I deleted that option, after configuration, I can’t find gstreamer information,
So did 5.3.0 omit that option?
The multimedia modules just drive me crazy these days.
Sorry for posting so many questions here.
And thanks for all your help.
↧