After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 587080 - rtsp fails to compile - doesn't see some ws2tcpip functions
rtsp fails to compile - doesn't see some ws2tcpip functions
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal trivial
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-26 17:53 UTC by LRN
Modified: 2009-06-27 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Moves WINVER definition (1.03 KB, patch)
2009-06-26 17:54 UTC, LRN
committed Details | Review

Description LRN 2009-06-26 17:53:50 UTC
Because WINVER 0x0501 is required. rtspconnection.c defines it too late, when it is already defined by windef.h (pulled by winsock2.h).
Comment 1 LRN 2009-06-26 17:54:47 UTC
Created attachment 137437 [details] [review]
Moves WINVER definition
Comment 2 Sebastian Dröge (slomo) 2009-06-27 12:02:37 UTC
commit 4503b780ecff8366572b899dffca3665ccdd20ca
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Fri Jun 26 21:48:58 2009 +0400

    Define WINVER before including any win headers
    
    Fixes bug #587080.