mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-23 16:08:07 +02:00
Fix Linux build
This commit is contained in:
parent
f62062aa3e
commit
def0d2bada
@ -1685,7 +1685,7 @@ ProgressResult ExportMP3::Export(AudacityProject *project,
|
|||||||
gPrefs->Write(wxT("/MP3/MP3LibPath"), wxString(wxT("")));
|
gPrefs->Write(wxT("/MP3/MP3LibPath"), wxString(wxT("")));
|
||||||
gPrefs->Flush();
|
gPrefs->Flush();
|
||||||
|
|
||||||
return false;
|
return ProgressResult::Cancelled;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (!exporter.LoadLibrary(parent, MP3Exporter::Maybe)) {
|
if (!exporter.LoadLibrary(parent, MP3Exporter::Maybe)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user