mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	Bug 539 (P2) - Audacity does not build if configured --without-ffmpeg
Turns out it won't build on Windows, either, so I disabled it for all platforms.
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user