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:
parent
1d98211b08
commit
7a1019a2b3
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user