VirtualBox

Changeset 62585 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jul 27, 2016 11:51:17 AM (8 years ago)
Author:
vboxsync
Message:

Audio: Cleanup: Renamed VBOX_WITH_[OSS|ALSA|PULSE] -> VBOX_WITH_AUDIO_[OSS|ALSA|PULSE].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r62580 r62585  
    28772877                }
    28782878#endif
    2879 #ifdef VBOX_WITH_OSS
     2879#ifdef VBOX_WITH_AUDIO_OSS
    28802880                case AudioDriverType_OSS:
    28812881                {
     
    28842884                }
    28852885#endif
    2886 #ifdef VBOX_WITH_ALSA
     2886#ifdef VBOX_WITH_AUDIO_ALSA
    28872887                case AudioDriverType_ALSA:
    28882888                {
     
    28912891                }
    28922892#endif
    2893 #ifdef VBOX_WITH_PULSE
     2893#ifdef VBOX_WITH_AUDIO_PULSE
    28942894                case AudioDriverType_Pulse:
    28952895                {
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