[Bug 720986] New: vp9dec: build fails on Fedora 19 with libvpx-devel

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 23 09:55:54 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=720986
  GStreamer | gst-plugins-good | git

           Summary: vp9dec: build fails on Fedora 19 with libvpx-devel
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: self at brendanlong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


With the latest gst-plugins-good from git, on Fedora 19, I get this error:

make[3]: Entering directory `/home/blong/gst/git/gst-plugins-good/ext/vpx'
  CC       libgstvpx_la-gstvp9dec.lo
gstvp9dec.c: In function 'gst_vp9_dec_handle_frame':
gstvp9dec.c:537:12: error: 'VPX_IMG_FMT_I422' undeclared (first use in this
function)
       case VPX_IMG_FMT_I422:
            ^
gstvp9dec.c:537:12: note: each undeclared identifier is reported only once for
each function it appears in
gstvp9dec.c:540:12: error: 'VPX_IMG_FMT_I444' undeclared (first use in this
function)
       case VPX_IMG_FMT_I444:
            ^

If I remove `libvpx-devel`, the build error goes away. The error also goes away
before commit c62229ae2dc017e461fab2aac8f68051677b3b5f (vpx: Mark VP9 support
as non-experimental).

What's odd is that VPX_IMG_FMT_I444 should be defined in libvpx 1.2.0 (I
checked their git repo and compared tags). I'll try to track this down more.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list