ref: 6fc103d0a4da457b93fec9313e308736b710127f
parent: 64c365824d87a4e597930d73326221f7630d74b4
author: Paul Brossier <piem@piem.org>
date: Thu Oct 8 14:14:45 EDT 2009
src/Makefile.am: update resampler filename
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@
vecutils.h \
utils/hist.h \
utils/scale.h \
- temporal/resample.h \
+ temporal/resampler.h \
temporal/biquad.h \
temporal/filter.h \
temporal/a_weighting.h \
@@ -46,7 +46,7 @@
vecutils.c \
utils/hist.c \
utils/scale.c \
- temporal/resample.c \
+ temporal/resampler.c \
temporal/biquad.c \
temporal/filter.c \
temporal/a_weighting.c \