mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-26 23:33:49 +01:00
Benjamin Drung's disable-dynamic-ffmpeg-v3.patch for bug 233
This commit is contained in:
@@ -133,7 +133,7 @@ void LibraryPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.Id(ID_FFMPEG_DOWN_BUTTON);
|
||||
wxButton *bdwn = S.AddButton(_("Dow&nload"),
|
||||
wxALL | wxALIGN_LEFT | wxALIGN_CENTRE_VERTICAL);
|
||||
#if !defined(USE_FFMPEG)
|
||||
#if !defined(USE_FFMPEG) || defined(DISABLE_DYNAMIC_LOADING_FFMPEG)
|
||||
bdwn->Enable(FALSE);
|
||||
bfnd->Enable(FALSE);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user