[Bug 729190] error when building libvpx on windows: redefinition of `CONFIG_VP8'

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 19 07:01:26 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729190
  GStreamer | packages | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Normal                      |Low
           Severity|normal                      |minor

--- Comment #2 from Edward Hervey <bilboed at bilboed.com> 2014-05-19 14:01:15 UTC ---
So the issue seems to be related to how subprocess and stdout/stderr
redirection worked on windows. That eventually caused havoc with the subprocess
environment.

I've committed a patch that disables that feature on windows and everything
moves on fine (libvpx, libdv, gst-plugins-good).

Leaving the bug open so someone can investigate deeper into the issue.


commit a86b1f5dd5dc5057f3b2beea023891cb0ee04969
Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon May 19 15:12:50 2014 +0200

    shell: Don't ask too much from windows

    Handling redirections is a bit too complicated for windows, so let's not
    push the old fellow too much and just disable output redirection.

    https://bugzilla.gnome.org/show_bug.cgi?id=729190

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