diff --git a/src/Experimental.h b/src/Experimental.h index f6c06c9be..54777c0f4 100644 --- a/src/Experimental.h +++ b/src/Experimental.h @@ -84,9 +84,8 @@ // 2.0 release //#define EXPERIMENTAL_OD_FLAC // similarly for FFmpeg: -#ifndef __WXGTK__ // Won't build on Fedora 17, per http://bugzilla.audacityteam.org/show_bug.cgi?id=539. - #define EXPERIMENTAL_OD_FFMPEG 1 -#endif +// Won't build on Fedora 17 or Windows VC++, per http://bugzilla.audacityteam.org/show_bug.cgi?id=539. +//#define EXPERIMENTAL_OD_FFMPEG 1 // Philip Van Baren 01 July 2009 // Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function