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 433373 - [win32] autogenerated win32/common/config.h needed
[win32] autogenerated win32/common/config.h needed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal enhancement
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-25 17:28 UTC by Tim-Philipp Müller
Modified: 2007-08-23 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2007-04-25 17:28:30 UTC
+++ This bug was initially created as a clone of Bug #393890 +++

We need config.h to be autogenerated into win32/common for the followings modules : gst-plugins-ugly, gst-plugins-bad, gst-ffmpeg and gst-python.
The job was already done for gstreamer, gst-plugins-base, gst-plugins-good.

Please update win32/MANIFEST to add win32/common/config.h and win32/common/config.h.in when it's done so next releases should be OK :)

Thank you,
Sebastien.
Comment 1 Tim-Philipp Müller 2007-08-23 17:24:06 UTC
Should be fixed now. I tried to fix up config.h.in from the changes in the already-existing config.h as good as possible, but it might need some more work (please only change the .in file in future):

 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * win32/common/config.h:
        * win32/common/config.h.in:
          Automatically generate win32/common/config.h via configure (this
          ensures the win32 version of config.h is up-to-date when a release
          is made, #433373). config.h.in file might need some more work.