From 0dc8806ee473f96d1f480f7a50b7a39efaf6d90a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sun, 4 Aug 2013 19:03:32 +0100 Subject: 'libs/ardour' - Platform specific changes and includes --- libs/ardour/resampled_source.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/resampled_source.cc') diff --git a/libs/ardour/resampled_source.cc b/libs/ardour/resampled_source.cc index 6184e1a3d6..0a81319108 100644 --- a/libs/ardour/resampled_source.cc +++ b/libs/ardour/resampled_source.cc @@ -26,7 +26,11 @@ using namespace ARDOUR; using namespace PBD; +#ifdef PLATFORM_WINDOWS +const uint32_t ResampledImportableSource::blocksize = 524288U; +#else const uint32_t ResampledImportableSource::blocksize = 16384U; +#endif ResampledImportableSource::ResampledImportableSource (boost::shared_ptr src, framecnt_t rate, SrcQuality srcq) : source (src) -- cgit v1.2.3