From d21a971d0bc71d0d03813770a35b3c0f147bbfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Feb 2005 10:37:43 +0000 Subject: [PATCH] Include "_stdint.h" instead of . 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 . Fixes build on systems that do not have stdint.h, like Solaris 9 (fixes #166631). --- ChangeLog | 9 +++++++++ gst/ffmpegcolorspace/avcodec.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 482ba8a1a8..ed95b36e1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-02-08 Tim-Philipp Müller + + * ext/tarkin/mem.h: + * ext/tarkin/wavelet.h: + * ext/tarkin/yuv.h: + * gst/ffmpegcolorspace/avcodec.h: + Include "_stdint.h" instead of . Fixes build on + systems that don't have stdint.h, like Solaris9 (fixes #166631). + 2005-02-05 Ronald S. Bultje * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): diff --git a/gst/ffmpegcolorspace/avcodec.h b/gst/ffmpegcolorspace/avcodec.h index c6066df7b5..b6f94d7536 100644 --- a/gst/ffmpegcolorspace/avcodec.h +++ b/gst/ffmpegcolorspace/avcodec.h @@ -11,7 +11,7 @@ extern "C" { #endif -#include +#include "_stdint.h" #include /* size_t */