summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-10-13 23:18:04 +0000
committerDavid Schleef <ds@schleef.org>2003-10-13 23:18:04 +0000
commit23dab0691ca3eeae2718522d56b70b18c809e813 (patch)
tree3e64aff263ff7a7aee7f3321e996c169519b1b85 /gst/wavparse/gstwavparse.h
parent017e5ff539dca918b9db7e94c9889510b733d242 (diff)
riff.h is in a different directory
Original commit message from CVS: riff.h is in a different directory
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r--gst/wavparse/gstwavparse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h
index 653154a4..dad8e627 100644
--- a/gst/wavparse/gstwavparse.h
+++ b/gst/wavparse/gstwavparse.h
@@ -24,7 +24,7 @@
#include <config.h>
#include <gst/gst.h>
-#include <gst-libs/gst/riff/riff.h>
+#include <gst/riff/riff.h>
#ifdef __cplusplus