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 684847 - curl: fix build on win32
curl: fix build on win32
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal trivial
: 1.0.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-26 04:23 UTC by LRN
Modified: 2012-09-28 08:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Ports curl plugin to W32 (5.34 KB, patch)
2012-09-26 04:24 UTC, LRN
committed Details | Review

Description LRN 2012-09-26 04:23:19 UTC
Well, "port" is too strong a word. Curl plugin just uses POSIXly includes, which should be replaced with portability arcana.
Comment 1 LRN 2012-09-26 04:24:21 UTC
Created attachment 225191 [details] [review]
Ports curl plugin to W32

As always, it compiles, but i have no idea whether it works or not.
Comment 2 Tim-Philipp Müller 2012-09-28 08:58:22 UTC
Thanks, pushed with minor changes (I've simplified the configure check a little and removed the common submodule changes):


commit 75dba03688115c26c8c8e195fc6b8f2d61828ed8
Author: Руслан Ижбулатов <lrn1986@gmail.com>
Date:   Wed Sep 26 08:20:49 2012 +0400

    curl: fix build on win32
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684847