GNOME Bugzilla – Bug 517391
[tta] Doesn't link with libm
Last modified: 2008-02-19 10:50:35 UTC
Hi, currently the tta plugin doesn't link with libm although it uses ceil(). The linking is currently only done indirectly through libxml or soemthing. Attached patch fixes this
Created attachment 105561 [details] [review] tta-linking.diff
2008-02-19 Sebastian Dröge <slomo@circular-chaos.org> * gst/tta/Makefile.am: Link tta plugin with libm. Fixes bug #517391.