After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 517391 - [tta] Doesn't link with libm
[tta] Doesn't link with libm
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal blocker
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-19 07:38 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-19 10:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tta-linking.diff (583 bytes, patch)
2008-02-19 07:39 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2008-02-19 07:38:02 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
Comment 1 Sebastian Dröge (slomo) 2008-02-19 07:39:16 UTC
Created attachment 105561 [details] [review]
tta-linking.diff
Comment 2 Sebastian Dröge (slomo) 2008-02-19 10:50:35 UTC
2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>

        * gst/tta/Makefile.am:
        Link tta plugin with libm. Fixes bug #517391.