summaryrefslogtreecommitdiffstats
path: root/ext/wavpack
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@ubuntu.com>2006-12-18 10:02:56 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2006-12-18 10:02:56 +0000
commit75847358e4bdb7ef279a5a71e7596879bde47867 (patch)
tree39558892d4c34ae0485a9a07929bba32527892a2 /ext/wavpack
parent1af3c4b3fc3e6c2101ce87b1f0c9e2222c68e81a (diff)
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
Diffstat (limited to 'ext/wavpack')
-rw-r--r--ext/wavpack/gstwavpackenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wavpack/gstwavpackenc.h b/ext/wavpack/gstwavpackenc.h
index df57f670..7a7c156f 100644
--- a/ext/wavpack/gstwavpackenc.h
+++ b/ext/wavpack/gstwavpackenc.h
@@ -25,7 +25,7 @@
#include <gst/gst.h>
#include <wavpack/wavpack.h>
-#include <wavpack/md5.h>
+#include "md5.h"
G_BEGIN_DECLS