GNOME Bugzilla – Bug 729514
rtsp: fails to build on Windows, undefined refs to getsockname and setsockopt
Last modified: 2014-05-05 07:05:40 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'
Created attachment 275816 [details] [review] W32: link gstrtsp to ws2_32 Needed for getsockname and setsockopt
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