mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-06 15:37:44 +02:00
Bug 539 (P2) - Audacity does not build if configured --without-ffmpeg
Revert to quick fix of r 11867. Steve reports Debian build error with r11868. Left that code in, because this should override it.
This commit is contained in:
parent
b933a02542
commit
98b6cb55d0
@ -84,7 +84,9 @@
|
|||||||
// 2.0 release
|
// 2.0 release
|
||||||
//#define EXPERIMENTAL_OD_FLAC
|
//#define EXPERIMENTAL_OD_FLAC
|
||||||
// similarly for FFmpeg:
|
// similarly for FFmpeg:
|
||||||
#define EXPERIMENTAL_OD_FFMPEG 1
|
#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
|
// Philip Van Baren 01 July 2009
|
||||||
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function
|
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user