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:
@@ -36,9 +36,7 @@ public:
|
||||
enum ExportFileFormats
|
||||
{
|
||||
WaveFile,
|
||||
#ifdef LMMS_HAVE_OGGVORBIS
|
||||
OggFile,
|
||||
#endif
|
||||
NumFileFormats
|
||||
} ;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user