summaryrefslogtreecommitdiff
blob: 9b499278d5715bc2bdd531a5b5cf374474629b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: audacity-src-1.3.5-beta/src/export/ExportFLAC.cpp
===================================================================
--- audacity-src-1.3.5-beta.orig/src/export/ExportFLAC.cpp
+++ audacity-src-1.3.5-beta/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"