blob: 07543e129cff9446167112c790b3e4c45fc56b8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Index: audacity-src-1.3.6/src/export/ExportFLAC.cpp
===================================================================
--- audacity-src-1.3.6.orig/src/export/ExportFLAC.cpp
+++ audacity-src-1.3.6/src/export/ExportFLAC.cpp
@@ -29,7 +29,10 @@ and libvorbis examples, Monty <monty@xip
#include <wx/log.h>
#include <wx/msgdlg.h>
+#ifdef USE_LIBVORBIS
#include <vorbis/vorbisenc.h>
+#endif // USE_LIBVORBIS
+
#include "FLAC++/encoder.h"
#include "../float_cast.h"
|