gst/bayer/gstbayer2rgb.c: Include stdlib.h for abs.

Original commit message from CVS:
* gst/bayer/gstbayer2rgb.c:
Include stdlib.h for abs.
This commit is contained in:
Stefan Kost 2008-03-20 15:49:22 +00:00
parent 1d98211b08
commit 7a1019a2b3
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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