Changeset 75429 in vbox
- Timestamp:
- Nov 13, 2018 8:25:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75350 r75429 685 685 # Enable this to build vbox-img even if VBOX_WITH_TESTCASES is disabled 686 686 VBOX_WITH_VBOX_IMG = 687 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) 688 # Enables recording support. 689 VBOX_WITH_RECORDING = 1 690 # Enable VPX (VP8 / VP9 codec), used for video capturing. 691 VBOX_WITH_LIBVPX = 1 692 # Enables audio support for recording. 693 VBOX_WITH_AUDIO_RECORDING = 1 694 # Enables libopus (Opus), used for encoding audio into the recorded data. 695 VBOX_WITH_LIBOPUS = 1 696 # Enable SEE (+ AVX) optimizations for Opus. 697 VBOX_WITH_OPUS_SSE = 1 698 endif 687 # Enables recording support. 688 VBOX_WITH_RECORDING = 1 689 # Enable VPX (VP8 / VP9 codec), required for video capturing. 690 VBOX_WITH_LIBVPX = 1 691 # Enables audio support for recording (depends on VBOX_WITH_RECORDING). 692 VBOX_WITH_AUDIO_RECORDING = 1 693 # Enables libopus (Opus), required for encoding audio into the recorded data. 694 VBOX_WITH_LIBOPUS = 1 695 # Enable SEE (+ AVX) optimizations for Opus. 696 VBOX_WITH_OPUS_SSE = 1 699 697 # Enable shared folders 700 698 VBOX_WITH_SHARED_FOLDERS = 1
Note:
See TracChangeset
for help on using the changeset viewer.