summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-10 09:53:28 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-08-10 09:54:16 +0200
commit153ae910a01e52e1c60e77a9fe821b195ea1d092 (patch)
tree73838a7c4087816a9d766b15f8fa12d656ff6857 /ext/wavpack/gstwavpackenc.h
parent08862850a70674c3a2380a4f8232c0dee91dbd96 (diff)
wavpack: Use GLib GChecksum instead of our own MD5 implementation
This requires GLib 2.16 but that version is already required by core anyway.
Diffstat (limited to 'ext/wavpack/gstwavpackenc.h')
-rw-r--r--ext/wavpack/gstwavpackenc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/wavpack/gstwavpackenc.h b/ext/wavpack/gstwavpackenc.h
index 61b9944e..d2df844e 100644
--- a/ext/wavpack/gstwavpackenc.h
+++ b/ext/wavpack/gstwavpackenc.h
@@ -25,7 +25,6 @@
#include <gst/gst.h>
#include <wavpack/wavpack.h>
-#include "md5.h"
G_BEGIN_DECLS
#define GST_TYPE_WAVPACK_ENC \
@@ -78,7 +77,7 @@ struct _GstWavpackEnc
gdouble bps;
guint correction_mode;
gboolean md5;
- MD5_CTX *md5_context;
+ GChecksum *md5_context;
guint extra_processing;
guint joint_stereo_mode;