mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in recent wavpack installs.
Original commit message from CVS: * ext/wavpack/gstwavpackenc.h: Use local copy of md5.h, as it disappeared in recent wavpack installs. Patch by: Sebastian Dröge <slomo at ubuntu dot com> Fixes: #387076
This commit is contained in:
parent
cd51108802
commit
3f787afe02
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2006-12-18 Jan Schmidt <thaytan@mad.scientist.com>
|
||||||
|
|
||||||
|
* ext/wavpack/gstwavpackenc.h:
|
||||||
|
Use local copy of md5.h, as it disappeared in recent wavpack
|
||||||
|
installs.
|
||||||
|
Patch by: Sebastian Dröge <slomo at ubuntu dot com>
|
||||||
|
Fixes: #387076
|
||||||
|
|
||||||
2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
|
2006-12-16 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
|
* gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_query_types),
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#include <wavpack/wavpack.h>
|
#include <wavpack/wavpack.h>
|
||||||
#include <wavpack/md5.h>
|
#include "md5.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue