summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-12 14:43:57 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-12 14:43:57 +0000
commitef2a7b14a0ecd71403da1b4b1dea370b20601d14 (patch)
treedc877fabba30d20f119a3ef8472d529f2b1064ae
parentc0dbf256833beb2ffddabf284f825ce547ca44e5 (diff)
downloadgst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.tar.gz
gst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.tar.bz2
gst-plugins-bad-ef2a7b14a0ecd71403da1b4b1dea370b20601d14.zip
sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the
Original commit message from CVS: * sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the PPC-buildbot happy.
-rw-r--r--ChangeLog6
-rw-r--r--sys/v4l2/gstv4l2element.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a982d0f6..9177e563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-12 Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/v4l2/gstv4l2element.h:
+ Include "_stdint.h" in an attempt to make the
+ PPC-buildbot happy.
+
2006-03-11 Edgard Lima <edgard.lima@indt.org.br>
* configure.ac:
diff --git a/sys/v4l2/gstv4l2element.h b/sys/v4l2/gstv4l2element.h
index 06e50bf7..71442039 100644
--- a/sys/v4l2/gstv4l2element.h
+++ b/sys/v4l2/gstv4l2element.h
@@ -23,6 +23,8 @@
#ifndef __GST_V4L2ELEMENT_H__
#define __GST_V4L2ELEMENT_H__
+#include "_stdint.h"
+
/* Because of some really cool feature in video4linux1, also known as
* 'not including sys/types.h and sys/time.h', we had to include it
* ourselves. In all their intelligence, these people decided to fix