Use configure-generated _stdint.h.

Original commit message from CVS:
* ext/x264/gstx264enc.h:
* sys/fbdev/gstfbdevsink.c:
Use configure-generated _stdint.h.
This commit is contained in:
Mark Nauwelaerts 2008-08-08 10:56:02 +00:00
parent f6d9b82fb8
commit 18d7934ae3
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
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:

View 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

View file

@ -35,7 +35,7 @@
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <unistd.h>
#include <stdint.h>
#include "_stdint.h"
#include "gstfbdevsink.h"