VirtualBox

Changeset 95750 in vbox


Ignore:
Timestamp:
Jul 20, 2022 11:35:11 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
152458
Message:

Recording: Disabled the audio recording feature for now.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r95702 r95750  
    838838VBOX_WITH_LIBVPX = 1
    839839# Enables audio support for recording (depends on VBOX_WITH_RECORDING).
    840 VBOX_WITH_AUDIO_RECORDING = 1
     840VBOX_WITH_AUDIO_RECORDING =
    841841# Enables libopus (Opus), required for encoding audio into the recorded data.
    842 VBOX_WITH_LIBOPUS = 1
     842VBOX_WITH_LIBOPUS =
    843843# Enable SEE (+ AVX) optimizations for Opus.
    844844VBOX_WITH_OPUS_SSE = 1
  • trunk/src/VBox/Main/src-client/RecordingStream.cpp

    r95665 r95750  
    416416                }
    417417            }
    418 #endif
     418#endif /* VBOX_WITH_LIBVPX */
    419419            pBlocks->List.pop_front();
    420420            delete pBlock;
     
    488488        LogFunc(("Common blocks: %zu\n", mapBlocksCommon.size()));
    489489    }
    490 #endif
     490#else
     491    RT_NOREF(mapBlocksCommon);
     492#endif /* VBOX_WITH_AUDIO_RECORDING */
    491493
    492494    unlock();
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