GNOME Bugzilla – Bug 754466
qml: add android support
Last modified: 2015-09-28 08:14:47 UTC
Here are ye patched that make the qmlglsink compile and usable on android.
Created attachment 310506 [details] [review] qt: rename library to inlclude gst prefix
Created attachment 310507 [details] [review] qt: don't use CPPFLAGS for tools that cannot use them
Created attachment 310508 [details] [review] build/qt: indent configure file
Created attachment 310509 [details] [review] qt: add support for building/running on android
Created attachment 310558 [details] [review] qt: add support for building/running on android A couple of build fixes relating to moc requirements.
commit 85745d2f639009f4e4519f09c1fd564891cd9173 Author: Matthew Waters <matthew@centricular.com> Date: Wed Sep 2 23:42:34 2015 +1000 build/qt: indent configure file don't mix tabs and spaces https://bugzilla.gnome.org/show_bug.cgi?id=754466
Created attachment 311042 [details] [review] qt: add support for building/running on android Updates for recent configure changes.
commit 18d5ed0408a9ae66f2a5f508941c09de5afe01ae Author: Matthew Waters <matthew@centricular.com> Date: Wed Sep 2 23:45:07 2015 +1000 qt: add support for building/running on android Including: - Necessary configure checks - Necessary compile time platform checks - Necessary runtime qt android platform detection - Escaping GLsync definition with Qt's GLES2 implementation https://bugzilla.gnome.org/show_bug.cgi?id=754466 commit f12caa5c2255493d42f5e5aa14b98a9b0a99a66b Author: Matthew Waters <matthew@centricular.com> Date: Wed Sep 2 23:40:31 2015 +1000 qt: don't use CPPFLAGS for tools that cannot use them For example moc will bail out when given arguments it does not know about. The moc specific MOC_CPPFLAGS can still be used to pass flags to moc. https://bugzilla.gnome.org/show_bug.cgi?id=754466 commit fdf2a73ec02ca70a0cb1ff437896fe7d050354ea Author: Matthew Waters <matthew@centricular.com> Date: Wed Sep 2 23:39:54 2015 +1000 qt: rename library to include gst prefix libqtsink -> libgstqtsink https://bugzilla.gnome.org/show_bug.cgi?id=754466