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 729514 - rtsp: fails to build on Windows, undefined refs to getsockname and setsockopt
rtsp: fails to build on Windows, undefined refs to getsockname and setsockopt
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal normal
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-04 16:03 UTC by LRN
Modified: 2014-05-05 07:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
W32: link gstrtsp to ws2_32 (2.00 KB, patch)
2014-05-04 16:03 UTC, LRN
committed Details | Review

Description LRN 2014-05-04 16:03:25 UTC
CCLD     libgstrtsp-1.0.la
.libs/libgstrtsp_1.0_la-gstrtspconnection.o: In function `set_qos_dscp':
F:\e28\src\mingw\gst-plugins-base-1.0-1.3.1-1\bld\gst-libs\gst\rtsp/../../../../gst-plugins-base-1.3.1/gst-libs/gst/rtsp/gstrtspconnection.c:2632: undefined reference to `_imp__getsockname@12'
F:\e28\src\mingw\gst-plugins-base-1.0-1.3.1-1\bld\gst-libs\gst\rtsp/../../../../gst-plugins-base-1.3.1/gst-libs/gst/rtsp/gstrtspconnection.c:2660: undefined reference to `_imp__setsockopt@20'
F:\e28\src\mingw\gst-plugins-base-1.0-1.3.1-1\bld\gst-libs\gst\rtsp/../../../../gst-plugins-base-1.3.1/gst-libs/gst/rtsp/gstrtspconnection.c:2660: undefined reference to `_imp__setsockopt@20'
Comment 1 LRN 2014-05-04 16:03:28 UTC
Created attachment 275816 [details] [review]
W32: link gstrtsp to ws2_32

Needed for getsockname and setsockopt
Comment 2 Sebastian Dröge (slomo) 2014-05-05 07:05:23 UTC
commit 151d15612652f1dcaf3e94c6b42b48d978116329
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Sun May 4 15:54:54 2014 +0000

    rtsp: Link to ws2_32 on Windows
    
    Needed for getsockname and setsockopt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729514