diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-08-23 17:21:23 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-08-23 17:21:23 +0000 |
commit | dcc4837a237abb01919b3fa837d14a1b03bcc4ce (patch) | |
tree | 95ba45c386c549ceb5b5202d0789883425ae43d3 /ChangeLog | |
parent | 436a8cce7a794a9d980b05dfdde8bcf9e6e6b9aa (diff) | |
download | gst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.tar.gz gst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.tar.bz2 gst-plugins-bad-dcc4837a237abb01919b3fa837d14a1b03bcc4ce.zip |
Automatically generate win32/common/config.h via configure (this ensures the win32 version of config.h is up-to-date ...
Original commit message from CVS:
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +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. + 2007-08-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Jonathan Matthew <jonathan at kaolin wh9 net> |