mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
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
2 changed files with 6 additions and 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:
|
||||
|
|
|
@ -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…
Reference in a new issue