VirtualBox

Changeset 75348 in vbox


Ignore:
Timestamp:
Nov 9, 2018 10:27:09 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126478
Message:

Config.kmk: Follow-up to r126477.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r75347 r75348  
    686686VBOX_WITH_VBOX_IMG =
    687687if1of ($(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 = 1
     688 # Enables recording support.
     689 VBOX_WITH_RECORDING = 1
    690690 # Enable VPX (VP8 / VP9 codec), used for video capturing.
    691691 VBOX_WITH_LIBVPX = 1
    692  # Enables audio support for VM video capturing.
    693  VBOX_WITH_AUDIO_VIDEOREC = 1
    694  # 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.
    695695 VBOX_WITH_LIBOPUS = 1
    696696 # Enable SEE (+ AVX) optimizations for Opus.
     
    12081208  VBOX_WITH_LIBVPX=
    12091209  VBOX_WITH_LIBOPUS=
    1210   # Disable video recording (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=
    12131213  endif
    12141214 # branding
Note: See TracChangeset for help on using the changeset viewer.

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