From a2b35aa634b7dce6f3047e85f16a0664f71f3695 Mon Sep 17 00:00:00 2001 From: nick_m Date: Wed, 11 Mar 2015 01:57:16 +1100 Subject: Fix compilation for osx. --- libs/ardour/audiosource.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/audiosource.cc') diff --git a/libs/ardour/audiosource.cc b/libs/ardour/audiosource.cc index 334322005e..5036ac91b1 100644 --- a/libs/ardour/audiosource.cc +++ b/libs/ardour/audiosource.cc @@ -343,7 +343,7 @@ AudioSource::read_peaks_with_fpp (PeakData *peaks, framecnt_t npeaks, framepos_t const int bufsize = sysconf(_SC_PAGESIZE); framecnt_t zero_fill = 0; -#ifdef PLATFORM_WINDOWS +#if defined (PLATFORM_WINDOWS) || defined ( __APPLE__) ScopedFileDescriptor sfd (::open (peakpath.c_str(), O_RDONLY | O_NONBLOCK)); #else ScopedFileDescriptor sfd (::open (peakpath.c_str(), O_RDONLY | O_NOATIME | O_NONBLOCK)); -- cgit v1.2.3