VirtualBox

Changeset 96208 in vbox


Ignore:
Timestamp:
Aug 15, 2022 8:30:12 AM (2 years ago)
Author:
vboxsync
Message:

Enabled audio recording again, now using Vorbis (libvorbis) as the default codec. Still work in progress. bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r96175 r96208  
    838838VBOX_WITH_LIBVPX = 1
    839839# Enables audio support for recording (depends on VBOX_WITH_RECORDING).
    840 VBOX_WITH_AUDIO_RECORDING =
     840VBOX_WITH_AUDIO_RECORDING = 1
    841841if defined(VBOX_WITH_AUDIO_RECORDING) && !defined(VBOX_WITH_RECORDING)
    842842 $(error Audio recording (VBOX_WITH_AUDIO_RECORDING) needs the general recording feature (VBOX_WITH_RECORDING) enabled)
     
    845845VBOX_WITH_LIBOPUS =
    846846# Enable SEE (+ AVX) optimizations for Opus.
    847 VBOX_WITH_OPUS_SSE = 1
     847VBOX_WITH_OPUS_SSE =
    848848# Enables libvorbis (Ogg Vorbis), required for encoding audio into the recorded data.
    849 VBOX_WITH_LIBVORBIS =
     849VBOX_WITH_LIBVORBIS = 1
    850850# Enables libogg (Ogg file format). Required for building libvorbis above.
    851 VBOX_WITH_LIBOGG =
     851VBOX_WITH_LIBOGG = 1
    852852if defined(VBOX_WITH_LIBVORBIS) && !defined(VBOX_WITH_LIBOGG)
    853853 $(error Need libogg (VBOX_WITH_LIBOGG) in order to build libvorbis (VBOX_WITH_LIBVORBIS))
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