Hello Raseel
Thanks for your reply, but I want to create a .so for gstreamer by using the android-ndk utility, and after that using that .so for creating my media player. I succeed in creating .so for Glib, and liboil by using ndk-build command.
I got the source code from :
https://github.com/prajnashi/following
But when I am trying to build .so for gstreamer core, it show me an
error not finding the .config.h, and one more strange problem I am
facing while setting the search path for LOCAL_C_INCLUDES, I am not
able to link the header file that is available other then my folder.
So, please help me that what are the mistake I am doing.
Regards
Amit Sharma