Index: /trunk/Config.kmk
===================================================================
--- /trunk/Config.kmk	(revision 75347)
+++ /trunk/Config.kmk	(revision 75348)
@@ -686,11 +686,11 @@
 VBOX_WITH_VBOX_IMG =
 if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH), darwin.x86 darwin.amd64 linux.x86 linux.amd64 solaris.amd64 win.x86 win.amd64)
- # Enables the video capturing support.
- VBOX_WITH_VIDEOREC = 1
+ # Enables recording support.
+ VBOX_WITH_RECORDING = 1
  # Enable VPX (VP8 / VP9 codec), used for video capturing.
  VBOX_WITH_LIBVPX = 1
- # Enables audio support for VM video capturing.
- VBOX_WITH_AUDIO_VIDEOREC = 1
- # Enables libopus (Opus), used for encoding audio into VM video capturing files.
+ # Enables audio support for recording.
+ VBOX_WITH_AUDIO_RECORDING = 1
+ # Enables libopus (Opus), used for encoding audio into the recorded data.
  VBOX_WITH_LIBOPUS = 1
  # Enable SEE (+ AVX) optimizations for Opus.
@@ -1208,7 +1208,7 @@
   VBOX_WITH_LIBVPX=
   VBOX_WITH_LIBOPUS=
-  # Disable video recording (with audio support).
-  VBOX_WITH_VIDEOREC=
-  VBOX_WITH_AUDIO_VIDEOREC=
+  # Disable recording (with audio support).
+  VBOX_WITH_RECORDING=
+  VBOX_WITH_AUDIO_RECORDING=
   endif
  # branding
