Changeset 105639 in vbox
- Timestamp:
- Aug 9, 2024 2:26:57 PM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r105497 r105639 912 912 # Enables libogg (Ogg file format). Required for building libvorbis above. 913 913 VBOX_WITH_LIBOGG = 1 914 # Currently OggVorbis is our only choice for audio recording support, so check for that. 915 if defined(VBOX_WITH_AUDIO_RECORDING) && !defined(VBOX_WITH_LIBVORBIS) 916 $(error Need libvorbis (VBOX_WITH_LIBVORBIS) in order to enable audio recoding support) 917 endif 914 918 if defined(VBOX_WITH_LIBVORBIS) && !defined(VBOX_WITH_LIBOGG) 915 919 $(error Need libogg (VBOX_WITH_LIBOGG) in order to build libvorbis (VBOX_WITH_LIBVORBIS))
Note:
See TracChangeset
for help on using the changeset viewer.