Changeset 405 for branches/highdpi/Packages/CevoComponents/Sound.pas
- Timestamp:
- Nov 3, 2021, 11:22:02 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/CevoComponents/Sound.pas
r349 r405 150 150 if (FindDefaultExecutablePath('afplay') <> '') then 151 151 Result := 'afplay'; 152 // Try mpg321 153 if (Result = '') then 154 if (FindDefaultExecutablePath('mpg321') <> '') then 155 Result := 'mpg321 -q'; 152 156 end; 153 157
Note:
See TracChangeset
for help on using the changeset viewer.