VirtualBox

Changeset 96212 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 15, 2022 9:35:10 AM (2 years ago)
Author:
vboxsync
Message:

Enabled audio recording again, now using Vorbis (libvorbis) as the default codec. Still work in progress [Windows build fix, see @todo]. bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r96175 r96212  
    10291029  endif
    10301030  ifdef VBOX_WITH_LIBOGG
    1031    VBoxC_SDKS += VBOX_OGG
    1032    VBoxC_DEFS += VBOX_WITH_LIBOGG
     1031   VBOX_MAIN_DEFS += VBOX_WITH_LIBOGG
     1032   VBoxC_SDKS     += VBOX_OGG
     1033   VBoxC_DEFS     += VBOX_WITH_LIBOGG
     1034   ## @todo We need this for libvorbis down below. Remove once the libvorbis @todo is resolved.
     1035   VBoxSVC_SDKS   += VBOX_OGG
    10331036  endif
    10341037  ifdef VBOX_WITH_LIBVORBIS
    1035    VBoxC_SDKS += VBOX_VORBIS
    1036    VBoxC_DEFS += VBOX_WITH_LIBVORBIS
    1037    # Needed in VBoxSVC for ISystemProperties.
    1038    src-server/SystemPropertiesImpl.cpp_DEFS += VBOX_WITH_LIBVORBIS
     1038   VBOX_MAIN_DEFS += VBOX_WITH_LIBVORBIS
     1039   VBoxC_SDKS     += VBOX_VORBIS
     1040   ## @todo We also need to specify this for VBoxSVC, as we need to have VBOX_WITH_LIBVORBIS defined
     1041   ##       for SystemProperties::getSupportedRecordingAudioCodecs().
     1042   #        SystemPropertiesImpl_DEFS += VBOX_WITH_LIBVORBIS didn't work for precompiled headers on Windows --
     1043   #        needs to be solved properly so that we can remove the following _SDKS from VBoxSVC again.
     1044   VBoxSVC_SDKS   += VBOX_VORBIS
    10391045  endif
    10401046  VBoxC_SOURCES += src-client/DrvAudioRec.cpp
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