mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-19 17:40:51 +02:00
Bug 539 (P2) - Audacity does not build if configured --without-ffmpeg
Quick fix -- just don't build this experimental feature on __WXGTK__.
This commit is contained in:
parent
2ebf9da926
commit
10d9c9cd9b
@ -84,7 +84,9 @@
|
||||
// 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
|
||||
|
||||
// Philip Van Baren 01 July 2009
|
||||
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function
|
||||
|
Loading…
x
Reference in New Issue
Block a user