diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-04-14 13:52:51 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-04-14 13:52:51 +0200 |
commit | ef68248bf70a027595803b08433a7a2c74e20fd0 (patch) | |
tree | 9bc114a02498bf7ad17e3c29557926a9f28576b3 /src | |
parent | 91c9929d331a531fa4e2a541525568b3fb484598 (diff) |
Part 2: Fixed dummy implementation of CHResampler used when compiling without resampler support.
Forgot to include config.h in crresampler.h in first fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/chresampler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chresampler.h b/src/chresampler.h index da4c410..262e5cb 100644 --- a/src/chresampler.h +++ b/src/chresampler.h @@ -28,6 +28,7 @@ #include <memory> #include <stdlib.h> +#include <config.h> /** * Channel resampler class using either zita-resampler or secret rabbit code |