1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-06 07:29:07 +02: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:
v.audacity 2012-07-25 23:30:17 +00:00
parent 711f4a8d21
commit e582ac65f8

View File

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