[opus] Help building OPUS library using FIXED_POINT option

Ralph Giles giles at thaumas.net
Thu Jul 18 10:39:30 PDT 2013


On 13-07-18 8:12 AM, Dubois-Rande, Antoine wrote:

> C:/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.exe: ./obj/local/armeabi/lib0.a(analysis.o): in function
> run_analysis:jni/src/libopus/src/analysis.c:636: error: undefined reference to
> 'optimize_framesize'

Don't include analysis.c, mlp.c or mlp_data.c in the fixed point build.
Those files are float-only.

I'd recommend parsing *_sources.mk from the source tree and using that
to construct your build dictionaries. That way you'll get an accurate
source list and not have to track changes to the source file lists manually.

 -r



More information about the opus mailing list