summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-08 10:56:02 +0000
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2008-08-08 10:56:02 +0000
commit18d7934ae35b88eaf80551d17d3e1be9874ee7c5 (patch)
treecf9d4e71d38b3af4bc1e448367626097b2234eb2 /ext
parentf6d9b82fb839ed9fb88ad0ae74dff3a21bf54b6d (diff)
downloadgst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.tar.gz
gst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.tar.bz2
gst-plugins-bad-18d7934ae35b88eaf80551d17d3e1be9874ee7c5.zip
Use configure-generated _stdint.h.
Original commit message from CVS: * ext/x264/gstx264enc.h: * sys/fbdev/gstfbdevsink.c: Use configure-generated _stdint.h.
Diffstat (limited to 'ext')
-rw-r--r--ext/x264/gstx264enc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/x264/gstx264enc.h b/ext/x264/gstx264enc.h
index 771d0afa..3a7fec30 100644
--- a/ext/x264/gstx264enc.h
+++ b/ext/x264/gstx264enc.h
@@ -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