VirtualBox

Changeset 65349 in vbox


Ignore:
Timestamp:
Jan 17, 2017 3:24:21 PM (8 years ago)
Author:
vboxsync
Message:

OSE: Build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r65338 r65349  
    650650VBOX_WITH_VBOX_IMG =
    651651if1of ($(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
    652654 # Enables the video capturing support.
    653655 VBOX_WITH_VIDEOREC = 1
     
    677679# Enable cURL (required for the network part of the GUI)
    678680VBOX_WITH_LIBCURL = 1
    679 # Enable VPX (VP8 / VP9 codec), used for video capturing.
    680 VBOX_WITH_LIBVPX = 1
    681681# Enable Host=>Guest Drag'n'Drop
    682682if1of ($(KBUILD_TARGET), darwin linux solaris win)
     
    11481148 endif
    11491149 if1of ($(KBUILD_TARGET), win)
     1150  # Undefine codec libraries which are not needed.
    11501151  VBOX_WITH_LIBVPX=
     1152  VBOX_WITH_LIBOPUS=
     1153  # Disable video recording (with audio support).
     1154  VBOX_WITH_VIDEOREC=
     1155  VBOX_WITH_AUDIO_VIDEOREC=
    11511156 endif
    11521157 VBOX_GUI_WITH_HIDPI=
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette