Include "_stdint.h" instead of <stdint.h>. Fixes build on systems that do not have...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 10:37:43 +0000 (10:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 8 Feb 2005 10:37:43 +0000 (10:37 +0000)
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).

ChangeLog
gst/ffmpegcolorspace/avcodec.h

index 482ba8a..ed95b36 100644 (file)
--- 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):
index c6066df..b6f94d7 100644 (file)
@@ -11,7 +11,7 @@
 extern "C" {
 #endif
 
-#include <stdint.h>
+#include "_stdint.h"
 
 #include <sys/types.h> /* size_t */