VirtualBox

Changeset 75429 in vbox


Ignore:
Timestamp:
Nov 13, 2018 8:25:32 PM (6 years ago)
Author:
vboxsync
Message:

Config.kmk: dropped if1of list-of-all-supported-oses / endif around the recording configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r75350 r75429  
    685685# Enable this to build vbox-img even if VBOX_WITH_TESTCASES is disabled
    686686VBOX_WITH_VBOX_IMG =
    687 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64)
    688  # Enables recording support.
    689  VBOX_WITH_RECORDING = 1
    690  # Enable VPX (VP8 / VP9 codec), used for video capturing.
    691  VBOX_WITH_LIBVPX = 1
    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  VBOX_WITH_LIBOPUS = 1
    696  # Enable SEE (+ AVX) optimizations for Opus.
    697  VBOX_WITH_OPUS_SSE = 1
    698 endif
     687# Enables recording support.
     688VBOX_WITH_RECORDING = 1
     689# Enable VPX (VP8 / VP9 codec), required for video capturing.
     690VBOX_WITH_LIBVPX = 1
     691# Enables audio support for recording (depends on VBOX_WITH_RECORDING).
     692VBOX_WITH_AUDIO_RECORDING = 1
     693# Enables libopus (Opus), required for encoding audio into the recorded data.
     694VBOX_WITH_LIBOPUS = 1
     695# Enable SEE (+ AVX) optimizations for Opus.
     696VBOX_WITH_OPUS_SSE = 1
    699697# Enable shared folders
    700698VBOX_WITH_SHARED_FOLDERS = 1
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