GNOME Bugzilla – Bug 656928
vp8: probe for the new tuning API to keep building with older libvpx
Last modified: 2011-08-23 08:33:12 UTC
Such as the one I have installed.
Created attachment 194256 [details] [review] vp8: probe for the new tuning API to keep building with older libvpx
Created attachment 194260 [details] [review] vp8: probe for the new tuning API to keep building with older libvpx Ahem - fix the configure test program which would not actually work with the right version of libvpx :P
*** Bug 656980 has been marked as a duplicate of this bug. ***
Created attachment 194346 [details] [review] amended for comments Amended for comments on IRC to keep the property in the API when libvpx does not support it. I don't really like this as it pulls the enum and there's no place where it makes sense to cut off. I've selected to have a dummy enum with just one "none" entry, but this is as unpalatable as any other choice I think. Would be much nicer if it'd been an int, but I suppose keeping the property but changing its type would be nightmare for code trying to use it.
commit 8d5f2c707863eeb49526cb4b889bc690ea280aa6 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Tue Aug 23 10:32:14 2011 +0200 configure: Add AC_MSG_CHECKING() to the VP8E_SET_TUNING presence check commit c24d052bb7223efce1885e1577b0f9daeb3a3e7c Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk> Date: Fri Aug 19 19:17:15 2011 +0100 vp8: probe for the new tuning API to keep building with older libvpx https://bugzilla.gnome.org/show_bug.cgi?id=656928