Re: [Opencore-amr-devel] linking of lib fails on Android
Audio codecs extracted from Android Open Source Project
Brought to you by:
mstorsjo
From: Juha H. <jh...@tu...> - 2019-10-16 07:33:50
|
Just to conclude this, AMR narrowband codec is now working fine in my baresip Android app. The only thing was that I had to add CXXFLAGS=-fPIC argument to ./configure, Otherwise I got linking error: "Error: requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC" -- Juha |