summaryrefslogtreecommitdiff
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
commitd21a971d0bc71d0d03813770a35b3c0f147bbfb8 (patch)
tree30b5b79c03c4da2366b425f3d7cb27e0f987745f
parent6adb32adc4661c4bf044747f1cb400c4e27cc628 (diff)
downloadgstreamer-plugins-base-d21a971d0bc71d0d03813770a35b3c0f147bbfb8.tar.gz
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).
-rw-r--r--ChangeLog9
-rw-r--r--gst/ffmpegcolorspace/avcodec.h2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 482ba8a1a..ed95b36e1 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):
diff --git a/gst/ffmpegcolorspace/avcodec.h b/gst/ffmpegcolorspace/avcodec.h
index c6066df7b..b6f94d753 100644
--- a/gst/ffmpegcolorspace/avcodec.h
+++ b/gst/ffmpegcolorspace/avcodec.h
@@ -11,7 +11,7 @@
extern "C" {
#endif
-#include <stdint.h>
+#include "_stdint.h"
#include <sys/types.h> /* size_t */