- Timestamp:
- Sep 13, 2017 4:58:27 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r68741 r68748 450 450 # Only will be used at runtime when "VBoxInternal2/Audio/Debug/Enabled" (VM / global) is set. 451 451 VBOX_WITH_AUDIO_DEBUG = 1 452 # Enables the audio endpoint detection on Windows hosts. 453 VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT = 1 452 454 # Enable PCI passthrough support. 453 455 VBOX_WITH_PCI_PASSTHROUGH = 1 -
trunk/src/VBox/Devices/Makefile.kmk
r68747 r68748 596 596 endif 597 597 598 # Enables the audio endpoint detection on Windows hosts.599 VBoxDD_DEFS.win += VBOX_WITH_AUDIO_MMNOTIFICATION_CLIENT600 601 598 VBoxDD_SOURCES += \ 602 599 Audio/DevIchAc97.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.