libtheora 1.1.0 is out. Changes since 1.1 beta 3: - Fix various small issues with the example and telemetry code. - Fix handing a zero-byte packet as the first frame. - Documentation cleanup. - Two minor build fixes. Most notable changes since 1.0 grabbed from project's homepage: "* Better-looking videos or * Smaller files at the same quality. * Much faster decoder. * Two-pass mode for making files just the size you want them. *Rigid bitrate controls trade off quality for the needs of live streaming applications. This release is API and ABI compatible with the 1.0 stable release and can be used as a drop in replacement." Reproducible: Always Steps to Reproduce:
Created attachment 205211 [details, diff] Proposed patch What this patch does? 1. It constructs file name for "encoder_disabled.c" patch in ebuild in other way because building of libtheora with disabled encoder still fails, and "encooder_disabled.c" hack is still needed. 2. It fixes bug 285895.
bumped, thanks
With gcc-4.4.1 and glibc 2.10.1 I can say that this patch allows 1.1.0 to be successfully built on my amd64 box.