Changeset 65349 in vbox
- Timestamp:
- Jan 17, 2017 3:24:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r65338 r65349 650 650 VBOX_WITH_VBOX_IMG = 651 651 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) 652 # Enable VPX (VP8 / VP9 codec), used for video capturing. 653 VBOX_WITH_LIBVPX = 1 652 654 # Enables the video capturing support. 653 655 VBOX_WITH_VIDEOREC = 1 … … 677 679 # Enable cURL (required for the network part of the GUI) 678 680 VBOX_WITH_LIBCURL = 1 679 # Enable VPX (VP8 / VP9 codec), used for video capturing.680 VBOX_WITH_LIBVPX = 1681 681 # Enable Host=>Guest Drag'n'Drop 682 682 if1of ($(KBUILD_TARGET), darwin linux solaris win) … … 1148 1148 endif 1149 1149 if1of ($(KBUILD_TARGET), win) 1150 # Undefine codec libraries which are not needed. 1150 1151 VBOX_WITH_LIBVPX= 1152 VBOX_WITH_LIBOPUS= 1153 # Disable video recording (with audio support). 1154 VBOX_WITH_VIDEOREC= 1155 VBOX_WITH_AUDIO_VIDEOREC= 1151 1156 endif 1152 1157 VBOX_GUI_WITH_HIDPI=
Note:
See TracChangeset
for help on using the changeset viewer.