Changeset 75348 in vbox
- Timestamp:
- Nov 9, 2018 10:27:09 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 126478
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r75347 r75348 686 686 VBOX_WITH_VBOX_IMG = 687 687 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) 688 # Enables the video capturing support.689 VBOX_WITH_ VIDEOREC= 1688 # Enables recording support. 689 VBOX_WITH_RECORDING = 1 690 690 # Enable VPX (VP8 / VP9 codec), used for video capturing. 691 691 VBOX_WITH_LIBVPX = 1 692 # Enables audio support for VM video capturing.693 VBOX_WITH_AUDIO_ VIDEOREC= 1694 # Enables libopus (Opus), used for encoding audio into VM video capturing files.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 695 VBOX_WITH_LIBOPUS = 1 696 696 # Enable SEE (+ AVX) optimizations for Opus. … … 1208 1208 VBOX_WITH_LIBVPX= 1209 1209 VBOX_WITH_LIBOPUS= 1210 # Disable videorecording (with audio support).1211 VBOX_WITH_ VIDEOREC=1212 VBOX_WITH_AUDIO_ VIDEOREC=1210 # Disable recording (with audio support). 1211 VBOX_WITH_RECORDING= 1212 VBOX_WITH_AUDIO_RECORDING= 1213 1213 endif 1214 1214 # branding
Note:
See TracChangeset
for help on using the changeset viewer.