[Bug 729190] error when building for windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 1 03:55:29 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729190
  GStreamer | gstreamer (core) | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |slomo at coaxion.net
     Ever Confirmed|0                           |1

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-05-01 10:55:24 UTC ---
I can reproduce the libvpx problem here. It works just fine from the 1.2 branch
in the same build tree, but fails with master (even when reverting the libvpx
recipe back to 1.2 version). Something in how cerbero builds stuff must've
changed.

The relevant code for this is in configure and build/make/configure.sh. It's
not clear to me how CONFIG_VP8 can appear multiple times here, unless the shell
used by configure is broken. It is generated from $CODECS_FAMILIES:

> CODECS="$(echo ${CODECS} | tr ' ' '\n')"
> CODEC_FAMILIES="$(for c in ${CODECS}; do echo ${c%_*}; done | sort | uniq)"

CODECS is "vp8_encoder and vp8_decoder" and running that command manually in a
shell gives the expected result of a single "vp8".

-- 
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