GNOME Bugzilla – Bug 684116
1.0 0 -bad fails to compile due to vp8 issue
Last modified: 2012-09-24 18:27:50 UTC
In file included from gstvp8enc.c:57:0: gstvp8enc.h:96:34: error: 'VPX_TS_MAX_LAYERS' undeclared here (not in a function) gstvp8enc.h:101:28: error: 'VPX_TS_MAX_PERIODICITY' undeclared here (not in a function) make[3]: *** [libgstvp8_la-gstvp8enc.lo] Error 1 Could be the F17 libvpx is to old, its 1.0.0, while F18 got 1.1.x
Yes, we need the latest libvpx release now. Could be changed again by making some properties conditional though, if necessary.
Could me make the configure test require it? Instead of failing during compilation?
commit a2503e91bf628d5eb36dc9f4cbce4b857b32081a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Sun Sep 16 10:56:07 2012 +0200 vp8: Require latest libvpx release (1.1.0 from May 2012) Fixes bug #684116 and simplifies configure checks.