1- # $Id: Config.kmk 111672 2025-11-12 12:54:29Z knut.osmundsen @oracle.com $
1+ # $Id: Config.kmk 111716 2025-11-13 16:35:23Z andreas.loeffler @oracle.com $
22## @file
33# The global build configuration file for VBox.
44#
@@ -1567,15 +1567,6 @@ ifdef VBOX_OSE
15671567 ifn1of ($(KBUILD_TARGET), darwin linux solaris win)
15681568 VBOX_WITH_INSTALLER =
15691569 endif
1570- if1of ($(KBUILD_TARGET), win)
1571- # Undefine codec libraries which are not needed.
1572- VBOX_WITH_LIBVPX =
1573- VBOX_WITH_LIBVORBIS =
1574- VBOX_WITH_LIBOGG =
1575- # Disable recording (with audio support).
1576- VBOX_WITH_RECORDING =
1577- VBOX_WITH_AUDIO_RECORDING =
1578- endif
15791570 # branding
15801571 VBOX_BRAND_LICENSE_HTML := $(PATH_ROOT)/doc/License-gpl-3.0.html
15811572 VBOX_BRAND_LICENSE_RTF := $(PATH_ROOT)/doc/License-gpl-3.0.rtf
@@ -9469,7 +9460,7 @@ SVN ?= svn$(HOSTSUFF_EXE)
94699460GIT ?= git$(HOSTSUFF_EXE)
94709461VBOX_SVN_REV_KMK = $(PATH_OUT)/revision.kmk
94719462ifndef VBOX_SVN_REV
9472- VBOX_SVN_REV_CONFIG_FALLBACK := $(patsubst %:,, $Rev: 111672 $ )
9463+ VBOX_SVN_REV_CONFIG_FALLBACK := $(patsubst %:,, $Rev: 111716 $ )
94739464 VBOX_SVN_REV_FALLBACK := $(if-expr $(VBOX_SVN_REV_CONFIG_FALLBACK) > $(VBOX_SVN_REV_VERSION_FALLBACK),$(VBOX_SVN_REV_CONFIG_FALLBACK),$(VBOX_SVN_REV_VERSION_FALLBACK))
94749465 VBOX_SVN_DEP := $(firstword $(wildcard $(PATH_ROOT)/.svn/wc.db $(abspath $(PATH_ROOT)/../.svn/wc.db) $(abspath $(PATH_ROOT)/../../.svn/wc.db) $(PATH_ROOT)/.svn/entries))
94759466 VBOX_GIT_DEP := $(firstword $(wildcard $(PATH_ROOT)/.git/config $(abspath $(PATH_ROOT)/../.git/config) $(abspath $(PATH_ROOT)/../../.git/config)))
@@ -9483,7 +9474,7 @@ ifndef VBOX_SVN_REV
94839474 ifneq ($(VBOX_GIT_DEP),)
94849475 #
94859476 # VBOX_SVN_REV_CONFIG_FALLBACK is not properly populated for a git checkout,
9486- # as the $Rev: 111672 $ is not expanded, so we have to set it based on the information in the repo.
9477+ # as the $Rev: 111716 $ is not expanded, so we have to set it based on the information in the repo.
94879478 #
94889479 VBOX_SVN_REV_FALLBACK := $(shell $(GIT) log -1 $(PATH_ROOT)/Config.kmk | $(SED) -e 's/^[ \t]*//' -e '/svn:sync-xref-src-repo-rev\: r/!d' -e 's/svn:sync-xref-src-repo-rev\: r*//; t a; :a q')
94899480 endif
0 commit comments