1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10: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 06:20:17 +00:00
parent 98b6cb55d0
commit 24af4febea
2 changed files with 1 additions and 7 deletions

View File

@ -9,8 +9,6 @@
******************************************************************/
#ifdef USE_FFMPEG
#include <wx/wxprec.h>
#include "../Experimental.h"
// For compilers that support precompilation, includes "wx/wx.h".
@ -660,4 +658,4 @@ void ODFFmpegDecoder::InsertCache(FFMpegDecodeCache* cache) {
}
#endif
#endif // USE_FFMPEG

View File

@ -9,8 +9,6 @@
******************************************************************/
#ifdef USE_FFMPEG
#include "../Experimental.h"
#ifdef EXPERIMENTAL_OD_FFMPEG
@ -51,5 +49,3 @@ class ODDecodeFFmpegTask:public ODDecodeTask
#endif //__ODDECODEFFMPEGTASK__
#endif //EXPERIMENTAL_OD_FFMPEG
#endif // USE_FFMPEG