Changeset 68730 in vbox
- Timestamp:
- Sep 13, 2017 8:27:49 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r68729 r68730 661 661 # Enable this to build vbox-img even if VBOX_WITH_TESTCASES is disabled 662 662 VBOX_WITH_VBOX_IMG = 663 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin linux solaris.amd64 win)663 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64) 664 664 # Enable VPX (VP8 / VP9 codec), used for video capturing. 665 665 VBOX_WITH_LIBVPX = 1
Note:
See TracChangeset
for help on using the changeset viewer.