This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
gstreamer
Watch
1
Star
1
Fork
You've already forked gstreamer
0
mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced
2024-12-14 12:26:36 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
d255d5b503
gstreamer
/
examples
/
tutorials
/
android
/
android-tutorial-4
/
jni
/
Application.mk
2 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
android: Update to use multi-arch builds
2016-10-06 20:49:19 +00:00
APP_ABI
=
armeabi armeabi-v7a arm64-v8a x86 x86_64
tutorials/android: Update for NDK r18 changes libc++_shared needs to be enabled in the application in order for it to be included and used correctly for c++ plugins. Only symbols from libraries explicitly mentioned are exported from libgstreamer_android.so so we need to add a couple of deps to be able to access the necessary functions. Requires https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/31 https://gitlab.freedesktop.org/gstreamer/cerbero/merge_requests/1
2018-11-30 07:12:26 +00:00
APP_STL
=
c++_shared
Reference in a new issue
Copy permalink