mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
gst-libs/gst/rtp/gstrtpbuffer.c: Need to include stdlib.h for abs() here too.
Original commit message from CVS: * gst-libs/gst/rtp/gstrtpbuffer.c: Need to include stdlib.h for abs() here too.
This commit is contained in:
parent
12728158b5
commit
7ea0798a9c
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/rtp/gstrtpbuffer.c:
|
||||
Need to include stdlib.h for abs() here too.
|
||||
|
||||
2007-09-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/playback/gststreaminfo.c:
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
|
||||
#include "gstrtpbuffer.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#define GST_RTP_HEADER_LEN 12
|
||||
|
||||
typedef struct _GstRTPHeader
|
||||
|
|
Loading…
Reference in a new issue