Linking static library to a custom Gstreamer plugin in android.

Randeep kumar.ran7 at gmail.com
Fri Aug 5 10:22:52 UTC 2016


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...



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Linking-static-library-to-a-custom-Gstreamer-plugin-in-android-tp4678981.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list