|
From: Changqing W. <wei...@gm...> - 2011-01-22 11:03:46
|
Could anybody share steps to build gstreamer on android, I am using ieei's git branch(http://github.com/ieei). The glib repository is build just using ndk-build and it works smoothly,generate gobject, gmodule, gthread. However I have no idea how to build gstreamer. For glib, I simple create a jni path for all git clones and ndk-build, and the build finished without any error. But gstreamer should have depenencies on glib, I have no idea how to add this dependencies. Anybody could provide any help? |