Skip to content

Instantly share code, notes, and snippets.

@ferjm
Created October 1, 2018 12:58
Show Gist options
  • Select an option

  • Save ferjm/43fd585fa6c1817fb1c510b67bbd288d to your computer and use it in GitHub Desktop.

Select an option

Save ferjm/43fd585fa6c1817fb1c510b67bbd288d to your computer and use it in GitHub Desktop.
/Users/ferjm/Library/Android/ndk/r16b/build/core/setup-app.mk:81: Android NDK: Application targets deprecated ABI(s): armeabi
/Users/ferjm/Library/Android/ndk/r16b/build/core/setup-app.mk:82: Android NDK: Support for these ABIs will be removed in a future NDK release.
GStreamer : [GEN] => gst-build-armeabi/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-armeabi/gstreamer_android.c
GStreamer : [LINK] => gst-build-armeabi/libgstreamer_android.so
Done mkdir
Done cp
[armeabi] Prebuilt : libgstreamer_android.so <= gst-build-armeabi/
Done rm
[armeabi] Install : libgstreamer_android.so => libs/armeabi/libgstreamer_android.so
[armeabi] SharedLibrary : libgstreamer_for_android.so
[armeabi] Install : libgstreamer_for_android.so => libs/armeabi/libgstreamer_for_android.so
GStreamer : [GEN] => gst-build-armeabi-v7a/gstreamer_android.c
GStreamer : [COMPILE] => gst-build-armeabi-v7a/gstreamer_android.c
GStreamer : [LINK] => gst-build-armeabi-v7a/libgstreamer_android.so
gstbpmdetect.cc:237: error: undefined reference to 'soundtouch::BPMDetect::inputSamples(short const*, int)'
gstbpmdetect.cc:249: error: undefined reference to 'soundtouch::BPMDetect::inputSamples(short const*, int)'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [buildsharedlibrary_armeabi-v7a] Error 1
mkdir: out: File exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment