1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-05 23:19:06 +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:
v.audacity 2012-07-25 05:30:47 +00:00
parent b933a02542
commit 98b6cb55d0

View File

@ -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