mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
gst/realmedia/rmdemux.c: Remove unused zlib.h include. Fixes #421594.
Original commit message from CVS: * gst/realmedia/rmdemux.c: Remove unused zlib.h include. Fixes #421594.
This commit is contained in:
parent
df470fa7f8
commit
a46c1e9621
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/realmedia/rmdemux.c:
|
||||
Remove unused zlib.h include. Fixes #421594.
|
||||
|
||||
2007-03-21 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/lame/gstlame.c: (gst_lame_setup):
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <zlib.h>
|
||||
|
||||
#define RMDEMUX_GUINT32_GET(a) GST_READ_UINT32_BE(a)
|
||||
#define RMDEMUX_GUINT16_GET(a) GST_READ_UINT16_BE(a)
|
||||
|
|
Loading…
Reference in a new issue