[Bug 756866] windows: Drop Windows XP/Server 2003 support and fix GLib compilation

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jul 5 18:58:14 UTC 2016


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

--- Comment #5 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Review of attachment 313744:
 --> (https://bugzilla.gnome.org/review?bug=756866&attachment=313744)

:::
recipes/glib/0030-Fix-compilation-with-WINVER-0x600-and-_WINNT_WIN32-0.patch
@@ +47,3 @@
++old_LIBS=$LIBS
++LIBS="$LIBS $G_LIBS_EXTRA"
++AC_CHECK_FUNCS(getprotobyname_r endservent if_nametoindex if_indextoname
sendmmsg)

This change does not seem needed, at least it does not fail here, any reason ?

@@ +70,3 @@
++           const gpointer addr,
++           gchar *addr_str,
++           socklen_t size);

Not totally correct, at least no in current code tree. How Chun-wei patch
works, is that on windows you should wall ws2funcs.pInetPton,
ws2funcs.pInetNtop and ws2funcs.pIfNameToIndex. I would add defines in the
win32networking.h adapter.

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