[Bug 739476] vpx: fails to build against libvpx from git
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Nov 1 22:28:03 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=739476
GStreamer | gst-plugins-good | git
--- Comment #12 from Basil Mohamed Gohar <basilgohar at librevideo.org> 2014-11-02 05:28:01 UTC ---
I apologize if this is derailing existing work, but I just wanted to report
that I'm now getting a different error when I attempt to build from
gst-plugins-good git:
================================================================================
make -C vpx
make[3]: Entering directory `/home/bgohar/src/gst/gst-plugins-good/ext/vpx'
CC libgstvpx_la-gstvp8dec.lo
CC libgstvpx_la-gstvp8enc.lo
gstvp8enc.c: In function 'gst_vp8_enc_set_property':
gstvp8enc.c:1131:9: error: 'vpx_codec_control_VP8E_SET_ARNR_TYPE' is deprecated
(declared at /usr/local/include/vpx/vp8cx.h:379)
[-Werror=deprecated-declarations]
status = vpx_codec_control (&gst_vp8_enc->encoder, VP8E_SET_ARNR_TYPE,
^
gstvp8enc.c: In function 'gst_vp8_enc_set_format':
gstvp8enc.c:1669:3: error: 'vpx_codec_control_VP8E_SET_ARNR_TYPE' is deprecated
(declared at /usr/local/include/vpx/vp8cx.h:379)
[-Werror=deprecated-declarations]
status = vpx_codec_control (&encoder->encoder, VP8E_SET_ARNR_TYPE,
^
cc1: all warnings being treated as errors
make[3]: *** [libgstvpx_la-gstvp8enc.lo] Error 1
make[3]: Leaving directory `/home/bgohar/src/gst/gst-plugins-good/ext/vpx'
make[2]: *** [vpx] Error 2
make[2]: Leaving directory `/home/bgohar/src/gst/gst-plugins-good/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bgohar/src/gst/gst-plugins-good'
make: *** [all] Error 2
================================================================================
--
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