summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackenc.h
diff options
context:
space:
mode:
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;