From b20a9bacad060e2a255675df8d76a9bf6b2edfe3 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 23 Aug 2016 14:27:35 -0400 Subject: [PATCH] Revert unintended changes in Experimental.h, sorry --- src/Experimental.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Experimental.h b/src/Experimental.h index bcea63fa1..364ee066a 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -96,10 +96,10 @@ // Use on-demand importing for FLAC. Has issues with opening projects that // have not been fully imported in builds without FLAC support, so disabled for // 2.0 release -#define EXPERIMENTAL_OD_FLAC +//#define EXPERIMENTAL_OD_FLAC // similarly for FFmpeg: // Won't build on Fedora 17 or Windows VC++, per http://bugzilla.audacityteam.org/show_bug.cgi?id=539. -#define EXPERIMENTAL_OD_FFMPEG 1 +//#define EXPERIMENTAL_OD_FFMPEG 1 // Paul Licameli (PRL) 5 Oct 2014 #define EXPERIMENTAL_SPECTRAL_EDITING