summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-02-08 10:37:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-02-08 10:37:43 +0000
commitb2a741ec312849f514c7d70cd7784182bfd5bb07 (patch)
tree0c442716203b0a993292b9a7a0c63724584a689b /ChangeLog
parent3cd3a4269c2b030827f415d3df8d46dd6696bc61 (diff)
Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #1...
Original commit message from CVS: Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 482ba8a1..ed95b36e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-08 Tim-Philipp Müller <tim at centricular dot net>
+
+ * ext/tarkin/mem.h:
+ * ext/tarkin/wavelet.h:
+ * ext/tarkin/yuv.h:
+ * gst/ffmpegcolorspace/avcodec.h:
+ Include "_stdint.h" instead of <stdint.h>. Fixes build on
+ systems that don't have stdint.h, like Solaris9 (fixes #166631).
+
2005-02-05 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_change_state):