GNOME Bugzilla – Bug 576305
twolame plugin does not detet proper version
Last modified: 2009-03-23 10:27:38 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)
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.