1
0
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:
Paul Licameli
2019-12-24 00:14:47 -05:00
parent 2d3cea1d2c
commit 519b16f6ca
2 changed files with 3 additions and 3 deletions

View File

@@ -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();