diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 14:08:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-24 14:08:58 +0000 |
commit | c4763dbb33c77f064d73147c05194d393cea5d9a (patch) | |
tree | b1492d21a0a235b3f1eb43b36e3c4f2614c0dc77 /gst/audioresample/resample_chunk.c | |
parent | 0232ff9645070024f90e7c83b821fb472c46e34b (diff) | |
download | gst-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/resample_chunk.c')
-rw-r--r-- | gst/audioresample/resample_chunk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/audioresample/resample_chunk.c b/gst/audioresample/resample_chunk.c index 53755e62..c91e1f2a 100644 --- a/gst/audioresample/resample_chunk.c +++ b/gst/audioresample/resample_chunk.c @@ -29,9 +29,9 @@ #include <limits.h> #include <liboil/liboil.h> -#include <audioresample/resample.h> -#include <audioresample/buffer.h> -#include <audioresample/debug.h> +#include "resample.h" +#include "buffer.h" +#include "debug.h" static double |