VirtualBox

Changeset 61413 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jun 2, 2016 1:24:16 PM (9 years ago)
Author:
vboxsync
Message:

Audio: Use the old audio code for now when doing a release. Set VBOX_WITH_AUDIO_STABLE to an empty value to enable the new audio code (default for non-release builds for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r61355 r61413  
    228228ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0)
    229229  VBOX_RELEASE_EXACT_MATCH=1
     230  # Decide whether to use the stable (5.0) audio code or not.
     231  VBOX_WITH_AUDIO_STABLE:=1
    230232endif
    231233ifneq ($(VBOX_RELEASE_EXACT_MATCH),)
     
    432434# Enable new PS/2 mouse emulation.
    433435VBOX_WITH_NEW_PS2M = 1
     436ifdef VBOX_WITH_AUDIO_STABLE
     437 VBOX_AUDIO_PATH_SOURCES=Audio_old
     438 VBOX_AUDIO_FILE_SUFFIX=_old
     439else
     440 VBOX_AUDIO_PATH_SOURCES=Audio
     441 VBOX_AUDIO_FILE_SUFFIX=
     442endif
    434443# Enable OSS audio support.
    435444VBOX_WITH_OSS = 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