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 576305 - twolame plugin does not detet proper version
twolame plugin does not detet proper version
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.11
Other Mac OS
: Normal normal
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-22 16:46 UTC by Benjamin Reed
Modified: 2009-03-23 10:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Reed 2009-03-22 16:46:51 UTC
gst-plugins-ugly 0.10.11 is detecting and attempting to compile against twolame, but in Fink we happen to have twolame 0.3.6 which is apparently not new enough to support floating-point data.  The end-result is that gst-plugins-ugly attempts to build the twolame plugin, but it fails with:

  LINK  libgsttwolame.la
Undefined symbols:
  "_twolame_encode_buffer_float32_interleaved", referenced from:
      _gst_two_lame_chain in libgsttwolame_la-gsttwolame.o
  "_twolame_encode_buffer_float32", referenced from:
      _gst_two_lame_chain in libgsttwolame_la-gsttwolame.o
ld: symbol(s) not found


(those symbols don't exist in our twolame.h)
Comment 1 David Schleef 2009-03-22 20:14:54 UTC
Functions were added in 0.3.10.

Will push shortly.

commit c5f64a3bfd7b8c880fe6888a0257ccc679e4e8b3
Author: David Schleef <ds@schleef.org>
Date:   Sun Mar 22 13:08:48 2009 -0700

    twolame: bump requirement to 0.3.10
    
    0.3.10 is the first version with the float32 encoder functions.
    Fixes #576305.