gst/audioresample/Makefile.am: Leet audioresampling code
authorDavid Schleef <ds@schleef.org>
Tue, 23 Aug 2005 19:29:38 +0000 (19:29 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 23 Aug 2005 19:29:38 +0000 (19:29 +0000)
commitbde8ec9bf7f84427f403755282b45d3994fad7ce
tree48577ddcb554ad57e60efc77881eabf63610aff7
parent3a9fc486801df3e37e59843dad52022732708105
gst/audioresample/Makefile.am: Leet audioresampling code

Original commit message from CVS:
* gst/audioresample/Makefile.am: Leet audioresampling code
* gst/audioresample/buffer.c:
* gst/audioresample/buffer.h:
* gst/audioresample/debug.c:
* gst/audioresample/debug.h:
* gst/audioresample/functable.c:
* gst/audioresample/functable.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/gstaudioresample.h:
* gst/audioresample/resample.c:
* gst/audioresample/resample.h:
* gst/audioresample/resample_chunk.c:
* gst/audioresample/resample_functable.c:
* gst/audioresample/resample_ref.c:
14 files changed:
gst/audioresample/Makefile.am [new file with mode: 0644]
gst/audioresample/buffer.c [new file with mode: 0644]
gst/audioresample/buffer.h [new file with mode: 0644]
gst/audioresample/debug.c [new file with mode: 0644]
gst/audioresample/debug.h [new file with mode: 0644]
gst/audioresample/functable.c [new file with mode: 0644]
gst/audioresample/functable.h [new file with mode: 0644]
gst/audioresample/gstaudioresample.c [new file with mode: 0644]
gst/audioresample/gstaudioresample.h [new file with mode: 0644]
gst/audioresample/resample.c [new file with mode: 0644]
gst/audioresample/resample.h [new file with mode: 0644]
gst/audioresample/resample_chunk.c [new file with mode: 0644]
gst/audioresample/resample_functable.c [new file with mode: 0644]
gst/audioresample/resample_ref.c [new file with mode: 0644]