GNOME Bugzilla – Bug 433373
[win32] autogenerated win32/common/config.h needed
Last modified: 2007-08-23 17:24:06 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.
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.