Displaying 1 result from an estimated 1 matches for "g2446445".
Did you mean:
2946445
2013 Apr 11
0
No subject
...ead 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${included...