Changeset 70037 in vbox
- Timestamp:
- Dec 8, 2017 4:56:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r69825 r70037 671 671 # Enable VPX (VP8 / VP9 codec), used for video capturing. 672 672 VBOX_WITH_LIBVPX = 1 673 if1of ($(KBUILD_TYPE), debug dbgopt) # Not enabled for release builds yet. 674 # Enables audio support for VM video capturing. 675 VBOX_WITH_AUDIO_VIDEOREC = 1 676 # Enables libopus (Opus), used for encoding audio into VM video capturing files. 677 VBOX_WITH_LIBOPUS = 1 678 # Enable SEE (+ AVX) optimizations for Opus. 679 VBOX_WITH_OPUS_SSE = 1 680 endif 673 # Enables audio support for VM video capturing. 674 VBOX_WITH_AUDIO_VIDEOREC = 1 675 # Enables libopus (Opus), used for encoding audio into VM video capturing files. 676 VBOX_WITH_LIBOPUS = 1 677 # Enable SEE (+ AVX) optimizations for Opus. 678 VBOX_WITH_OPUS_SSE = 1 681 679 endif 682 680 # Enable shared folders
Note:
See TracChangeset
for help on using the changeset viewer.