From 78a7ce11d93c81e193d1b258fd0f1bffa0ba3686 Mon Sep 17 00:00:00 2001 From: Ian Munro Date: Mon, 30 Jul 2007 09:52:36 +0000 Subject: gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of (which may not be available). Original commit message from CVS: Patch by: Ian Munro * gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of (which may not be available). * gst/speed/gstspeed.h: Native HP-UX compiler dosn't seem to like enum typedefs before the actual enum was defined. * gst/vmnc/vmncdec.c: Fix wrong usage of GST_ELEMENT_ERROR macro (#461373). --- gst/bayer/gstbayer2rgb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/bayer/gstbayer2rgb.c') diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index 7c278869..f1f3f7fb 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -32,7 +32,7 @@ #include #include #include -#include +#include "_stdint.h" #define GST_CAT_DEFAULT gst_bayer2rgb_debug GST_DEBUG_CATEGORY_STATIC (GST_CAT_DEFAULT); -- cgit v1.2.1