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 464320 - [PATCH] gst-plugins-base-0.14 does not build for win32
[PATCH] gst-plugins-base-0.14 does not build for win32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.14
Other Windows
: Normal major
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-08-07 11:12 UTC by Damien Lespiau
Modified: 2007-08-07 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make gst-plugins-base-0.14 build with mingw (2.03 KB, patch)
2007-08-07 11:14 UTC, Damien Lespiau
committed Details | Review

Description Damien Lespiau 2007-08-07 11:12:02 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.
Comment 1 Damien Lespiau 2007-08-07 11:14:47 UTC
Created attachment 93200 [details] [review]
Patch to make gst-plugins-base-0.14 build with mingw

libgstrtsp compiles with the patch but remains untested.
Comment 2 Wim Taymans 2007-08-07 15:14:05 UTC
        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.