After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 684116 - 1.0 0 -bad fails to compile due to vp8 issue
1.0 0 -bad fails to compile due to vp8 issue
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-15 20:34 UTC by Christian Fredrik Kalager Schaller
Modified: 2012-09-24 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2012-09-15 20:34:31 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
Comment 1 Sebastian Dröge (slomo) 2012-09-16 07:40:37 UTC
Yes, we need the latest libvpx release now. Could be changed again by making some properties conditional though, if necessary.
Comment 2 Christian Fredrik Kalager Schaller 2012-09-16 08:03:45 UTC
Could me make the configure test require it? Instead of failing during compilation?
Comment 3 Sebastian Dröge (slomo) 2012-09-16 08:58:49 UTC
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.