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 366286 - [PATCH] fix compilation on Windows
[PATCH] fix compilation on Windows
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Windows
: Normal normal
: 0.10.11
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-28 14:06 UTC by Sergey Scobich
Modified: 2006-10-28 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (4.01 KB, patch)
2006-10-28 14:07 UTC, Sergey Scobich
committed Details | Review

Description Sergey Scobich 2006-10-28 14:06:35 UTC
added needed entries in .def files
use HAVE_UNISTD_H
rearrange def files in vs8 solutions
Comment 1 Sergey Scobich 2006-10-28 14:07:14 UTC
Created attachment 75566 [details] [review]
the patch
Comment 2 Wim Taymans 2006-10-28 15:10:17 UTC
        Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>

        * gst/gst.c:
        * win32/common/libgstbase.def:
        * win32/common/libgstreamer.def:
        * win32/vs8/libgstbase.vcproj:
        * win32/vs8/libgstcontroller.vcproj:
        Add needed entries in .def files.
        Use HAVE_UNISTD_H.
        Rearrange def files in vs8 solutions. Fixes #366286.