From f0ccaeaec633a728240d7e8f3c339766694f90b2 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Thu, 14 Apr 2016 12:44:24 +0200 Subject: Fixed dummy implementation of CHResampler used when compiling without resampler support. --- src/chresampler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/chresampler.h') diff --git a/src/chresampler.h b/src/chresampler.h index cd5d571..da4c410 100644 --- a/src/chresampler.h +++ b/src/chresampler.h @@ -54,10 +54,12 @@ public: double getRatio() const; +#ifdef WITH_RESAMPLER private: class Prv; std::unique_ptr prv; double input_fs; double output_fs; +#endif /*WITH_RESAMPLER*/ }; -- cgit v1.2.3