sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it doesn't...
authorEdward Hervey <bilboed@bilboed.com>
Sun, 12 Mar 2006 15:25:51 +0000 (15:25 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Sun, 12 Mar 2006 15:25:51 +0000 (15:25 +0000)
Original commit message from CVS:
* sys/v4l2/gstv4l2element.h:
Remove tim's addition of "_stdint.h" since it doesn't make the PPC
buildbot happy.
I will just use the same comment Ronald used when he added these lines:
Yet Another Hack (tm) for kernel header borkedness.

ChangeLog
sys/v4l2/gstv4l2element.h

index 047ef448576e3a02ade2ff5a381cbfdd23f6a417..c8b1c7b8771251ee675bc72730172f39fcfcb25d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-03-12  Edward Hervey  <edward@fluendo.com>
+
+       * sys/v4l2/gstv4l2element.h:
+       Remove tim's addition of "_stdint.h" since it doesn't make the PPC
+       buildbot happy.
+       I will just use the same comment Ronald used when he added these lines:
+       Yet Another Hack (tm) for kernel header borkedness.
+
 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
 
        * ext/taglib/Makefile.am:
index 71442039fe81b96d69eb684aba56459243dbcc9c..23a6dd81fe4a0fb8086846fd22626a8275d24d54 100644 (file)
@@ -23,8 +23,6 @@
 #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
@@ -38,7 +36,9 @@
  * errors here, check your linux/time.h && sys/time.h header setup.
  */
 #include <sys/types.h>
+#include <linux/types.h>
 #define _LINUX_TIME_H
+#define __user
 #include <linux/videodev2.h>
 
 #include <gst/gst.h>