No subject


Thu Apr 11 16:32:37 PDT 2013



Solution...
When linking statically, instead of using the "LIBS=-lm" workaround...
the bug can be fixed by moving -lm from Libs.private to Libs (in opus.pc file in pkgconfig).

Can this be fixed in git?

Before...

Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: http://opus-codec.org/
Version: 1.1-rc2-4-g2446445
Requires:
Conflicts:
Libs: -L${libdir} -lopus
Libs.private: -lm
Cflags: -I${includedir}/opus

After...

Name: Opus
Description: Opus IETF audio codec (floating-point build)
URL: http://opus-codec.org/
Version: 1.1-rc2-4-g2446445
Requires:
Conflicts:
Libs: -L${libdir} -lopus -lm
Cflags: -I${includedir}/opus



More information about the opus mailing list