GNOME Bugzilla – Bug 464320
[PATCH] gst-plugins-base-0.14 does not build for win32
Last modified: 2007-08-07 15:14:05 UTC
I build gstreamer with mingw32, cross-compiling it from a linux box. * winsocks does not have inet_ntop and libgstrtsp does not support IPv6 so let's use inet_ntoa instead, * libgstrtsp needs -lws2_32 to link on windows, steal gstreamer's WIN32_LIBS to do the job. a NOT TESTED patch follows.
Created attachment 93200 [details] [review] Patch to make gst-plugins-base-0.14 build with mingw libgstrtsp compiles with the patch but remains untested.
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * configure.ac: * gst-libs/gst/rtsp/Makefile.am: * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_connect): Fix compilation on windows. Fixes #464320.