also compile without OGG/Vorbis-support

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1358 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-22 21:45:22 +00:00
parent c6240956ed
commit d972ecb9f4
2 changed files with 1 additions and 3 deletions

View File

@@ -36,9 +36,7 @@ public:
enum ExportFileFormats
{
WaveFile,
#ifdef LMMS_HAVE_OGGVORBIS
OggFile,
#endif
NumFileFormats
} ;

View File

@@ -42,7 +42,7 @@ fileEncodeDevice __fileEncodeDevices[] =
{ projectRenderer::OggFile,
QT_TRANSLATE_NOOP( "projectRenderer", "Compressed OGG-File (*.ogg)" ),
".ogg",
#ifdef LMMS_HAVE_VORBIS_CODEC_H
#ifdef LMMS_HAVE_OGGVORBIS
&audioFileOgg::getInst
#else
NULL