gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent ...
Original commit message from CVS: * gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and made include ordering and style consistent with the corresponding depayloader.
This commit is contained in:
parent
49ae4437da
commit
6ca2ad4953
@ -18,11 +18,12 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gstrtpilbcpay.h"
|
||||
#include <stdlib.h>
|
||||
#include <gst/rtp/gstrtpbuffer.h>
|
||||
#include "gstrtpilbcpay.h"
|
||||
|
||||
/* elementfactory information */
|
||||
static GstElementDetails gst_rtpilbcpay_details = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user