VirtualBox

Changeset 45775 in vbox


Ignore:
Timestamp:
Apr 26, 2013 12:34:31 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85339
Message:

VPX: dll => library

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r45772 r45775  
    27332733SDK_VBOX_VPX_DEFAULT_INCS := $(PATH_ROOT)/src/libs/libvpx
    27342734SDK_VBOX_VPX_INCS ?= $(SDK_VBOX_VPX_DEFAULT_INCS)
    2735 SDK_VBOX_VPX_DEFAULT_LIBS := $(PATH_STAGE_BIN)/VBoxVPX$(SUFF_DLL)
    2736 SDK_VBOX_VPX_LIBS ?= $(SDK_VBOX_VPX_DEFAULT_LIBS)
     2735SDK_VBOX_VPX_LIBS ?= $(PATH_STAGE_LIB)/VBox-libvpx$(VBOX_SUFF_LIB)
    27372736
    27382737SDK_VBOX_BOOST       = .
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r45767 r45775  
    411411        $(if $(VBOX_WITH_SHARED_CLIPBOARD),MacOS/VBoxSharedClipboard.dylib,) \
    412412        $(if $(VBOX_WITH_DRAG_AND_DROP),MacOS/VBoxDragAndDropSvc.dylib,) \
    413         $(if $(VBOX_WITH_VPX),MacOS/VBoxVPX.dylib,) \
    414413        $(if $(VBOX_WITH_GUEST_PROPS),MacOS/VBoxGuestPropSvc.dylib,) \
    415414        MacOS/VBoxHostChannel.dylib \
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r45772 r45775  
    174174        helpers/generate_service_file
    175175
    176 if defined(VBOX_WITH_VPX) && ("$(SDK_VBOX_VPX_LIBS)" == "$(SDK_VBOX_VPX_DEFAULT_LIBS)")
    177  VBOX_LNX_STRIP_BIN += VBoxVPX.so
    178 endif
    179 
    180176# Do not remove relocation information of these binaries
    181177VBOX_LNX_STRIP_OBJ = \
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r45766 r45775  
    245245        $(if $(VBOX_WITH_SHARED_CLIPBOARD),VBoxSharedClipboard.so,) \
    246246        $(if $(VBOX_WITH_DRAG_AND_DROP),VBoxDragAndDropSvc.so,) \
    247         $(if $(VBOX_WITH_VPX),VBoxVPX.so,) \
    248247        $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \
    249248        $(if $(VBOX_WITH_GUEST_CONTROL),VBoxGuestControlSvc.so,) \
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