GNOME Bugzilla – Bug 433374
[win32] autogenerated win32/common/config.h needed
Last modified: 2016-05-14 08:08:54 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.
Is this really just a matter of adding config.h{,.in} to the MANIFEST file and everything else will just work?
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