GNOME Bugzilla – Bug 668726
vorbisdeclib: support modern Tremor versions
Last modified: 2012-03-14 14:12:57 UTC
Created attachment 206164 [details] [review] patch to fix Tremor changed to use standard libogg rather than its own incompatible copy back in Aug 2010 (r17375), causing gst-plugin-base build to fail. Tremolo so far unfortunately hasn't been updated. Restructure vorbisdeclib.h so the int/float logic is seperate from the ogg handling, and only use the legacy _ogg_packet_wrapper code for Tremolo.
Thanks, pushed: commit 787e896bdeb6c67d13a918ec55d3826fa010fb90 Author: Peter Korsgaard <jacmet@sunsite.dk> Date: Wed Jan 25 23:53:04 2012 +0100 vorbisdec: support modern Tremor versions Tremor changed to use standard libogg rather than its own incompatible copy back in Aug 2010 (r17375), causing gst-plugin-base build to fail. Tremolo so far unfortunately hasn't been updated. Restructure vorbisdeclib.h so the int/float logic is seperate from the ogg handling, and only use the legacy _ogg_packet_wrapper code for Tremolo. https://bugzilla.gnome.org/show_bug.cgi?id=668726