mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Keep EXPERIMENTAL_OD_FFMPEG compilable
This commit is contained in:
@@ -172,9 +172,8 @@ void LibraryPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
#if !defined(USE_FFMPEG)
|
||||
.Disable()
|
||||
#endif
|
||||
.TieCheckBox(_("Allow &background on-demand loading"),
|
||||
wxT("/Library/FFmpegOnDemand"),
|
||||
false);
|
||||
.TieCheckBox(XO("Allow &background on-demand loading"),
|
||||
{wxT("/Library/FFmpegOnDemand"), false});
|
||||
#endif
|
||||
}
|
||||
S.EndStatic();
|
||||
|
||||
Reference in New Issue
Block a user