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 672880 - udp: Fix compiling with mingw
udp: Fix compiling with mingw
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Windows
: Normal normal
: 0.11.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-26 21:16 UTC by Raimo Järvi
Modified: 2012-03-27 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compiling with mingw (1.46 KB, patch)
2012-03-26 21:19 UTC, Raimo Järvi
none Details | Review

Description Raimo Järvi 2012-03-26 21:16:15 UTC
Compiling udpsrc and multiudpsink fails with mingw, because sys/socket.h is included unconditionally (it doesn't exist in mingw).
Comment 1 Raimo Järvi 2012-03-26 21:19:48 UTC
Created attachment 210663 [details] [review]
Fix compiling with mingw
Comment 2 Wim Taymans 2012-03-27 09:43:21 UTC
commit eccb5b8fedeb6b4301d36ae3e3a6a6693a4cf8f3
Author: Raimo Järvi <raimo.jarvi@gmail.com>
Date:   Tue Mar 27 00:02:08 2012 +0300

    udp: Fix compiling with mingw.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672880