ext/jack/gstjackaudiosink.c: Add stdlib include here too.
Original commit message from CVS: * ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device), (gst_jack_ring_buffer_acquire): Add stdlib include here too.
This commit is contained in:
parent
f56adf75ca
commit
d7f9aaebf3
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* ext/jack/gstjackaudiosink.c: (gst_jack_ring_buffer_open_device),
|
||||||
|
(gst_jack_ring_buffer_acquire):
|
||||||
|
Add stdlib include here too.
|
||||||
|
|
||||||
2007-07-18 Stefan Kost <ensonic@users.sf.net>
|
2007-07-18 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* examples/app/appsrc_ex.c:
|
* examples/app/appsrc_ex.c:
|
||||||
@ -11,7 +17,7 @@
|
|||||||
* gst/spectrum/demo-audiotest.c:
|
* gst/spectrum/demo-audiotest.c:
|
||||||
* gst/spectrum/demo-osssrc.c:
|
* gst/spectrum/demo-osssrc.c:
|
||||||
* sys/dvb/gstdvbsrc.c:
|
* sys/dvb/gstdvbsrc.c:
|
||||||
Add stdlib include (free, atoi, exit).
|
Add stdlib include (free, atoi, exit).
|
||||||
|
|
||||||
2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-07-16 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
@ -62,6 +62,8 @@
|
|||||||
*
|
*
|
||||||
* Last reviewed on 2006-11-30 (0.10.4)
|
* Last reviewed on 2006-11-30 (0.10.4)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gstjackaudiosink.h"
|
#include "gstjackaudiosink.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user