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 433374 - [win32] autogenerated win32/common/config.h needed
[win32] autogenerated win32/common/config.h needed
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Windows
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-25 17:29 UTC by Tim-Philipp Müller
Modified: 2016-05-14 08:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2007-04-25 17:29:09 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 Sebastian Dröge (slomo) 2011-05-18 13:12:21 UTC
Is this really just a matter of adding config.h{,.in} to the MANIFEST file and everything else will just work?
Comment 2 Tim-Philipp Müller 2011-05-18 16:07:46 UTC
it also needs some module-specific changes in configure.ac (the sed rules basically), and possibly a win32-update rule in top-level Makefile.am, though that might be from win32.mak