|
Hi,
I'm able to build my custom gstreamer plugin for android using NDK build. I need to integrate this plugin to the Gstreamer player in order to create an APK. But my plugin depends on some custom static libraries, so i need to give these libraries in the Android.mk file while building the APK. Is there any method to statically link the custom libraries with my custom Gstreamer plugin in the Android.mk file ?
I tried giving the dependent static libraries for my Gstreamer plugin in LOCAL_LDLIBS of Android.mk file, but i got linking errors. I think it'll take the LOCAL_LDLIBS only after building my Gstreamer plugin. Is there any solution for this ?
Please help...
|