VirtualBox

Ignore:
Timestamp:
Jul 6, 2016 2:24:20 PM (8 years ago)
Author:
vboxsync
Message:

Audio: More cleanup for backend defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r61937 r62056  
    797797#else
    798798            RTStrmPrintf(pStrm, "|dsound");
    799 #endif
    800799        }
    801         if (fSolaris)
     800        if (fLinux || fSolaris)
    802801        {
    803             RTStrmPrintf(pStrm, "|solaudio"
    804 #ifdef VBOX_WITH_SOLARIS_OSS
    805                                     "|oss"
    806 #endif
    807                         );
    808         }
    809         if (fLinux)
    810         {
     802#ifdef VBOX_WITH_OSS
    811803            RTStrmPrintf(pStrm, "|oss"
     804#endif
    812805#ifdef VBOX_WITH_ALSA
    813                                     "|alsa"
     806                                "|alsa"
    814807#endif
    815808#ifdef VBOX_WITH_PULSE
    816                                     "|pulse"
     809                                "|pulse"
    817810#endif
    818811                        );
     
    820813        if (fFreeBSD)
    821814        {
     815#ifdef VBOX_WITH_OSS
    822816            /* Get the line break sorted when dumping all option variants. */
    823817            if (fDumpOpts)
     
    828822            else
    829823                RTStrmPrintf(pStrm, "|oss");
     824#endif
    830825#ifdef VBOX_WITH_PULSE
    831826            RTStrmPrintf(pStrm, "|pulse");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette