VirtualBox

Changeset 98248 in vbox


Ignore:
Timestamp:
Jan 23, 2023 5:15:58 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155447
Message:

/*.kmk,configure*: s/VBOX_VORBIS/VBoxLibVorbis/ (sdk) bugref:10348

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98247 r98248  
    49764976
    49774977ifdef VBOX_WITH_LIBVORBIS
    4978  SDK_VBOX_VORBIS               := libvorbis for dll linking.
    4979  SDK_VBOX_VORBIS_DEFAULT_INCS  := $(PATH_ROOT)/src/libs/libvorbis-1.3.7/include
    4980  SDK_VBOX_VORBIS_INCS          ?= $(SDK_VBOX_VORBIS_DEFAULT_INCS)
    4981  SDK_VBOX_VORBIS_LIBS          ?= $(PATH_STAGE_LIB)/VBox-libvorbis$(VBOX_SUFF_LIB)
     4978 SDK_VBoxLibVorbis               := libvorbis for dll linking.
     4979 SDK_VBoxLibVorbis_DEFAULT_INCS  := $(PATH_ROOT)/src/libs/libvorbis-1.3.7/include
     4980 SDK_VBoxLibVorbis_INCS          ?= $(SDK_VBoxLibVorbis_DEFAULT_INCS)
     4981 SDK_VBoxLibVorbis_LIBS          ?= $(PATH_STAGE_LIB)/VBox-libvorbis$(VBOX_SUFF_LIB)
    49824982endif
    49834983
  • trunk/configure

    r98247 r98248  
    18391839    if test_compile "$LIBVRB $I_INCVRB" vorbis vorbis nofatal; then
    18401840      if test_execute; then
    1841         cnf_append "SDK_VBOX_VORBIS_INCS" "$INCVRB"
    1842         cnf_append "SDK_VBOX_VORBIS_LIBS" "`strip_l "$LIBVRB"`"
     1841        cnf_append "SDK_VBoxLibVorbis_INCS" "$INCVRB"
     1842        cnf_append "SDK_VBoxLibVorbis_LIBS" "`strip_l "$LIBVRB"`"
    18431843      fi
    18441844    else
  • trunk/src/VBox/Main/Makefile.kmk

    r98247 r98248  
    10421042  ifdef VBOX_WITH_LIBVORBIS
    10431043   VBOX_MAIN_DEFS += VBOX_WITH_LIBVORBIS
    1044    VBoxC_SDKS     += VBOX_VORBIS
     1044   VBoxC_SDKS     += VBoxLibVorbis
    10451045   ## @todo We also need to specify this for VBoxSVC, as we need to have VBOX_WITH_LIBVORBIS defined
    10461046   ##       for SystemProperties::getSupportedRecordingAudioCodecs().
    10471047   #        SystemPropertiesImpl_DEFS += VBOX_WITH_LIBVORBIS didn't work for precompiled headers on Windows --
    10481048   #        needs to be solved properly so that we can remove the following _SDKS from VBoxSVC again.
    1049    VBoxSVC_SDKS   += VBOX_VORBIS
     1049   VBoxSVC_SDKS   += VBoxLibVorbis
    10501050  endif
    10511051  VBoxC_SOURCES += src-client/DrvAudioRec.cpp
  • trunk/src/libs/Makefile.kmk

    r98247 r98248  
    141141  # libvorbis for supporting audio with video recording.
    142142  if   defined(VBOX_WITH_LIBVORBIS) \
    143     && ("$(SDK_VBOX_VORBIS_INCS)" == "$(SDK_VBOX_VORBIS_DEFAULT_INCS)")
     143    && ("$(SDK_VBoxLibVorbis_INCS)" == "$(SDK_VBoxLibVorbis_DEFAULT_INCS)")
    144144   include $(PATH_SUB_CURRENT)/libvorbis-1.3.7/Makefile.kmk
    145145  endif
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