mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
gst/asfdemux/gstasfdemux.c: Include stdlib.
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: Include stdlib.
This commit is contained in:
parent
6bcf494da0
commit
1c87647aa0
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-20 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
Include stdlib.
|
||||
|
||||
2007-07-18 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_reset),
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include <gst/gstutils.h>
|
||||
#include <gst/riff/riff-media.h>
|
||||
#include <gst/gst-i18n-plugin.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "gstasfdemux.h"
|
||||
|
|
Loading…
Reference in a new issue