1
0
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:
v.audacity 2012-07-25 01:42:43 +00:00
parent 2ebf9da926
commit 10d9c9cd9b

View File

@ -84,7 +84,9 @@
// 2.0 release
//#define EXPERIMENTAL_OD_FLAC
// 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
// Replace RealFFT() and PowerSpectrum function to use (faster) RealFFTf function