gst/: Include stdlib.h in some more places, makes things compile with uClibc and -Werror (#357592).

Original commit message from CVS:
Patch by: Peter Kjellerstedt  <pkj at axis com>
* gst/alpha/gstalpha.c:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtsp/gstrtspsrc.c:
* gst/udp/gstudpsrc.c:
* gst/videomixer/videomixer.c:
Include stdlib.h in some more places, makes things compile
with uClibc and -Werror (#357592).
This commit is contained in:
Peter Kjellerstedt 2006-09-25 11:47:42 +00:00 committed by Tim-Philipp Müller
parent ca1f196979
commit b234d9b0f9
6 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,15 @@
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Peter Kjellerstedt <pkj at axis com>
* gst/alpha/gstalpha.c:
* gst/rtp/gstrtpamrdepay.c:
* gst/rtsp/gstrtspsrc.c:
* gst/udp/gstudpsrc.c:
* gst/videomixer/videomixer.c:
Include stdlib.h in some more places, makes things compile
with uClibc and -Werror (#357592).
2006-09-25 Tim-Philipp Müller <tim at centricular dot net>
* ext/jpeg/gstjpegdec.c:

View file

@ -23,6 +23,7 @@
#include <gst/gst.h>
#include <gst/video/video.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>

View file

@ -23,6 +23,7 @@
#include <gst/rtp/gstrtpbuffer.h>
#include <stdlib.h>
#include <string.h>
#include "gstrtpamrdepay.h"

View file

@ -89,6 +89,7 @@
#endif
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include "gstrtspsrc.h"

View file

@ -90,6 +90,7 @@
#include "gstudpsrc.h"
#include <unistd.h>
#include <stdlib.h>
#include <gst/netbuffer/gstnetbuffer.h>

View file

@ -52,6 +52,7 @@
#include <gst/gst.h>
#include <gst/base/gstcollectpads.h>
#include <stdlib.h>
#include <string.h>
GST_DEBUG_CATEGORY_STATIC (gst_videomixer_debug);