diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/bayer/gstbayer2rgb.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-03-20 Stefan Kost <ensonic@users.sf.net> + + * gst/bayer/gstbayer2rgb.c: + Include stdlib.h for abs. + 2008-03-19 Stefan Kost <ensonic@users.sf.net> * gst/freeze/FAQ: diff --git a/gst/bayer/gstbayer2rgb.c b/gst/bayer/gstbayer2rgb.c index f8d569e6..ffc0a91c 100644 --- a/gst/bayer/gstbayer2rgb.c +++ b/gst/bayer/gstbayer2rgb.c @@ -79,6 +79,7 @@ #include <gst/base/gstbasetransform.h> #include <gst/video/video.h> #include <string.h> +#include <stdlib.h> #include "_stdint.h" #define GST_CAT_DEFAULT gst_bayer2rgb_debug |