VirtualBox

Changeset 62056 in vbox for trunk/Config.kmk


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/Config.kmk

    r62006 r62056  
    434434# Enable new PS/2 mouse emulation.
    435435VBOX_WITH_NEW_PS2M = 1
    436 # Enable OSS audio support.
    437 VBOX_WITH_OSS = 1
    438 # Enable ALSA audio support.
    439 VBOX_WITH_ALSA = 1
    440 # Enable PulseAudio audio support.
    441 VBOX_WITH_PULSE = 1
     436ifn1of ($(KBUILD_TARGET), win darwin)
     437 # Enable OSS audio support.
     438 VBOX_WITH_OSS = 1
     439endif
     440if1of ($(KBUILD_TARGET), linux)
     441 # Enable ALSA audio support.
     442 VBOX_WITH_ALSA = 1
     443endif
     444if1of ($(KBUILD_TARGET), linux)
     445 # Enable PulseAudio audio support.
     446 VBOX_WITH_PULSE = 1
     447endif
    442448# Enable PCI passthrough support.
    443449VBOX_WITH_PCI_PASSTHROUGH = 1
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