VirtualBox

Changeset 70037 in vbox


Ignore:
Timestamp:
Dec 8, 2017 4:56:13 PM (7 years ago)
Author:
vboxsync
Message:

VideoRec: Enabled audio support in release builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r69825 r70037  
    671671 # Enable VPX (VP8 / VP9 codec), used for video capturing.
    672672 VBOX_WITH_LIBVPX = 1
    673  if1of ($(KBUILD_TYPE), debug dbgopt) # Not enabled for release builds yet.
    674   # Enables audio support for VM video capturing.
    675   VBOX_WITH_AUDIO_VIDEOREC = 1
    676   # Enables libopus (Opus), used for encoding audio into VM video capturing files.
    677   VBOX_WITH_LIBOPUS = 1
    678   # Enable SEE (+ AVX) optimizations for Opus.
    679   VBOX_WITH_OPUS_SSE = 1
    680  endif
     673 # Enables audio support for VM video capturing.
     674 VBOX_WITH_AUDIO_VIDEOREC = 1
     675 # Enables libopus (Opus), used for encoding audio into VM video capturing files.
     676 VBOX_WITH_LIBOPUS = 1
     677 # Enable SEE (+ AVX) optimizations for Opus.
     678 VBOX_WITH_OPUS_SSE = 1
    681679endif
    682680# Enable shared folders
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