VirtualBox

Changeset 105639 in vbox


Ignore:
Timestamp:
Aug 9, 2024 2:26:57 PM (10 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164328
Message:

Config.kmk: Added a build-time check if audio support is enabled but building with libvorbis isn't. See comment for details.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r105497 r105639  
    912912# Enables libogg (Ogg file format). Required for building libvorbis above.
    913913VBOX_WITH_LIBOGG = 1
     914# Currently OggVorbis is our only choice for audio recording support, so check for that.
     915if defined(VBOX_WITH_AUDIO_RECORDING) && !defined(VBOX_WITH_LIBVORBIS)
     916 $(error Need libvorbis (VBOX_WITH_LIBVORBIS) in order to enable audio recoding support)
     917endif
    914918if defined(VBOX_WITH_LIBVORBIS) && !defined(VBOX_WITH_LIBOGG)
    915919 $(error Need libogg (VBOX_WITH_LIBOGG) in order to build libvorbis (VBOX_WITH_LIBVORBIS))
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