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 366334 - [PATCH] Windows vs8 fixes
[PATCH] Windows vs8 fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Windows
: Normal normal
: 0.10.11
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-28 15:00 UTC by Sergey Scobich
Modified: 2006-11-02 14:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fixes windows vs8 compilation (30.02 KB, patch)
2006-10-28 15:01 UTC, Sergey Scobich
none Details | Review
new version of patch (25.26 KB, patch)
2006-10-28 21:21 UTC, Sergey Scobich
committed Details | Review

Description Sergey Scobich 2006-10-28 15:00:48 UTC
Here is more vs8 fixes.
Comment 1 Sergey Scobich 2006-10-28 15:01:32 UTC
Created attachment 75567 [details] [review]
fixes windows vs8 compilation
Comment 2 Sergey Scobich 2006-10-28 20:33:00 UTC
Sorry forgot to describe the patch:
Fixing syntax errors in windows config.h
Added missing entries in .def files,
Adding missing dependencies for some vs8 projects,
Rearrange placement of .def files in vs8 projects.
Comment 3 Sergey Scobich 2006-10-28 21:21:40 UTC
Created attachment 75581 [details] [review]
new version of patch

Made solution settings similar in Release and Debug mode.
Comment 4 Tim-Philipp Müller 2006-11-02 14:20:29 UTC
Committed, thanks a lot for the patch!

 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>

        Patch by: Sergey Scobich  <sergey.scobich at gmail com>

        * win32/common/config.h:
        * win32/common/interfaces-enumtypes.c:
        * win32/common/libgsttag.def:
        * win32/vs8/gst-plugins-base.sln:
        * win32/vs8/libgstaudioresample.vcproj:
        * win32/vs8/libgstinterfaces.vcproj:
        * win32/vs8/libgstogg.vcproj:
        * win32/vs8/libgstriff.vcproj:
        * win32/vs8/libgsttag.vcproj:
        * win32/vs8/libgsttheora.vcproj:
        * win32/vs8/libgstvideoscale.vcproj:
        * win32/vs8/libgstvorbis.vcproj:
          Misc. VS8 build fixes: fix syntax in config.h, add missing entries
          to libgsttag.def; add missing dependencies for some vs8 projects;
          re-arrange placement of .def files in vs8 projects (#366334).