Changeset 62056 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
- Timestamp:
- Jul 6, 2016 2:24:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
r61937 r62056 797 797 #else 798 798 RTStrmPrintf(pStrm, "|dsound"); 799 #endif800 799 } 801 if (f Solaris)800 if (fLinux || fSolaris) 802 801 { 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 811 803 RTStrmPrintf(pStrm, "|oss" 804 #endif 812 805 #ifdef VBOX_WITH_ALSA 813 806 "|alsa" 814 807 #endif 815 808 #ifdef VBOX_WITH_PULSE 816 809 "|pulse" 817 810 #endif 818 811 ); … … 820 813 if (fFreeBSD) 821 814 { 815 #ifdef VBOX_WITH_OSS 822 816 /* Get the line break sorted when dumping all option variants. */ 823 817 if (fDumpOpts) … … 828 822 else 829 823 RTStrmPrintf(pStrm, "|oss"); 824 #endif 830 825 #ifdef VBOX_WITH_PULSE 831 826 RTStrmPrintf(pStrm, "|pulse");
Note:
See TracChangeset
for help on using the changeset viewer.