Changeset 383 for trunk/Packages


Ignore:
Timestamp:
Apr 25, 2021, 3:57:15 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Update snap package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/Sound.pas

    r347 r383  
    150150    if (FindDefaultExecutablePath('afplay') <> '') then
    151151      Result := 'afplay';
     152  // Try mpg321
     153  if (Result = '') then
     154    if (FindDefaultExecutablePath('mpg321') <> '') then
     155      Result := 'mpg321 -q';
    152156end;
    153157
Note: See TracChangeset for help on using the changeset viewer.