You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
Hello,
I have a problem with build. When I want to build Jumble with NDK I got this issues:
Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:660: error: undefined reference to 'find_spectral_pitch' Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:1250: error: undefined reference to 'find_spectral_pitch' Jumble/src/main/jni/celt-0.7.0-src/libcelt/modes.c:379: error: undefined reference to 'pitch_state_alloc' Jumble/src/main/jni/celt-0.7.0-src/libcelt/modes.c:451: error: undefined reference to 'pitch_state_free'
I downloaded celt from http://www.celt-codec.org/downloads/.
thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have a problem with build. When I want to build Jumble with NDK I got this issues:
Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:660: error: undefined reference to 'find_spectral_pitch' Jumble/src/main/jni/celt-0.7.0-src/libcelt/celt.c:1250: error: undefined reference to 'find_spectral_pitch' Jumble/src/main/jni/celt-0.7.0-src/libcelt/modes.c:379: error: undefined reference to 'pitch_state_alloc' Jumble/src/main/jni/celt-0.7.0-src/libcelt/modes.c:451: error: undefined reference to 'pitch_state_free'
I downloaded celt from http://www.celt-codec.org/downloads/.
thanks
The text was updated successfully, but these errors were encountered: