diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-08 10:37:43 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-08 10:37:43 +0000 |
commit | 0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04 (patch) | |
tree | a9032fe3f60b52947d5bc9067b8b9c6d334e4268 /ChangeLog | |
parent | 6010757ef6c84af13e2869c9cd462ce466346845 (diff) | |
download | gst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.tar.gz gst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.tar.bz2 gst-plugins-bad-0ffbeb03c115adf8dabcbf1f9b0fa3e7e1418e04.zip |
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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |