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 652676 - with Windows, librfb must link against libws2_32
with Windows, librfb must link against libws2_32
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Windows
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-15 19:09 UTC by Vincent Torri
Modified: 2011-06-15 22:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Torri 2011-06-15 19:09:34 UTC
librfb is using recv, socket, htons, ..., which are defined in libws2_32 on Windows. So on Windows, one must pass -lws2_32 when compiling this plugin on Windows