diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ext/x264/gstx264enc.h | 2 | ||||
-rw-r--r-- | sys/fbdev/gstfbdevsink.c | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2008-08-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> + * ext/x264/gstx264enc.h: + * sys/fbdev/gstfbdevsink.c: + Use configure-generated _stdint.h. + +2008-08-08 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> + * ext/x264/Makefile.am: * ext/x264/gstx264enc.c: (gst_x264_enc_header_buf), (gst_x264_enc_sink_set_caps), (gst_x264_enc_base_init), 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 diff --git a/sys/fbdev/gstfbdevsink.c b/sys/fbdev/gstfbdevsink.c index ec9358a9..0fb7d981 100644 --- a/sys/fbdev/gstfbdevsink.c +++ b/sys/fbdev/gstfbdevsink.c @@ -35,7 +35,7 @@ #include <sys/ioctl.h> #include <sys/mman.h> #include <unistd.h> -#include <stdint.h> +#include "_stdint.h" #include "gstfbdevsink.h" |