[Bug 727329] check: souphttpsrc: unknown type name ‘SoupStatus’

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 6 23:53:25 PDT 2014


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #13 from Edward Hervey <bilboed at bilboed.com> 2014-05-07 06:53:22 UTC ---
Problem is that soup-version.h was only added in 2.41 and we depend on 2.40

How about just making it

#ifndef SoupStatus
#define SoupStatus SoupKnownStatusCode
#endif

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


More information about the gstreamer-bugs mailing list