Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer
I am seeing this message when configuring Qt libraries for cross-compiling with marvell toolchain. I am using Qt 4.8 open-source version.
The configure arguments I used are:
---------------------------------------
#!/bin/sh
./configure -v -embedded arm -little-endian \
-no-fast -no-largefile -no-accessibility \
-xplatform qws/linux-arm-marvell-linux-gnueabi-g++ \
-no-declarative-debug \
-nomake demos -nomake examples -no-optimized-qmake \
-qt-gfx-linuxfb \
-no-freetype -prefix /home/user/qtembedded4.8 \
-hostprefix /home/user/qtembedded4.8 \
-debug -opensource -shared \
-no-webkit -no-qt3support -no-script \
-glib -phonon -phonon-backend \
-no-cups -no-nis -no-pch -no-iconv -reduce-relocations \
-depths 16 -qt-mouse-linuxinput -qt-kbd-linuxinput \
-L/home/user/pxalinux/package/gstreamer-M1.0.9/gst/gst/lib \
-L/home/user/pxalinux/package/gstreamer-M1.0.9/gst/gstdeps/lib \
-I /home/user/pxalinux/package/gstreamer-M1.0.9/gst/gst_include \
-I /home/user/pxalinux/package/graphics/libOpenVG/include \
-lglib-2.0 -lgthread-2.0 -lxml2 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 \
-lgio-2.0
-----------------------
During the configuration I am seeing a message:
Project MESSAGE: Disabling video due to lack of Glib/Gio/Gstreamer
I have provided the path to gstreamer and dependent libraries. I am not sure what it is looking for. Does this mean I cannot play video using phonon library?
Any help is appreciated.
Thanks!
Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer
Quote:
Originally Posted by
allamsetty
I have provided the path to gstreamer and dependent libraries.
Were they built for arm using the same toolchain (cross-compiler)?
Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer
Yes, they were pre-built libraries provided by Marvell. I am not sure if they were cross-compiled or native compiled. Most likely, native compiled.
Thanks!
Re: Project MESSAGE Disabling video due to lack of Glib/Gio/Gstreamer
Check using file and ldd that they are compatible with your compiler. Make sure you have all required components. In doubt open the project file spitting out the message and see what condition checks result in displaying that message.