summaryrefslogtreecommitdiffstats
path: root/gst/audioresample/functable.c
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-24 14:08:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-24 14:08:58 +0000
commitc4763dbb33c77f064d73147c05194d393cea5d9a (patch)
treeb1492d21a0a235b3f1eb43b36e3c4f2614c0dc77 /gst/audioresample/functable.c
parent0232ff9645070024f90e7c83b821fb472c46e34b (diff)
downloadgst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.tar.gz
gst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.tar.bz2
gst-plugins-bad-c4763dbb33c77f064d73147c05194d393cea5d9a.zip
port audioresample to basetransform
Original commit message from CVS: port audioresample to basetransform
Diffstat (limited to 'gst/audioresample/functable.c')
-rw-r--r--gst/audioresample/functable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/audioresample/functable.c b/gst/audioresample/functable.c
index 41844015..d627361f 100644
--- a/gst/audioresample/functable.c
+++ b/gst/audioresample/functable.c
@@ -26,8 +26,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <audioresample/functable.h>
-#include <audioresample/debug.h>
+#include "functable.h"
+#include "debug.h"