[MOVED FROM BAD 09/28] Use configure-generated _stdint.h.
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 8 Aug 2008 10:56:02 +0000 (10:56 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 5 Jun 2009 17:48:22 +0000 (18:48 +0100)
Original commit message from CVS:
* ext/x264/gstx264enc.h:
* sys/fbdev/gstfbdevsink.c:
Use configure-generated _stdint.h.

ext/x264/gstx264enc.h

index 771d0af..3a7fec3 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <gst/gst.h>
 #include <gst/video/video.h>
-#include <stdint.h>
+#include "_stdint.h"
 #include <x264.h>
 
 G_BEGIN_DECLS