Changeset 98248 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 23, 2023 5:15:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r98247 r98248 1042 1042 ifdef VBOX_WITH_LIBVORBIS 1043 1043 VBOX_MAIN_DEFS += VBOX_WITH_LIBVORBIS 1044 VBoxC_SDKS += VB OX_VORBIS1044 VBoxC_SDKS += VBoxLibVorbis 1045 1045 ## @todo We also need to specify this for VBoxSVC, as we need to have VBOX_WITH_LIBVORBIS defined 1046 1046 ## for SystemProperties::getSupportedRecordingAudioCodecs(). 1047 1047 # SystemPropertiesImpl_DEFS += VBOX_WITH_LIBVORBIS didn't work for precompiled headers on Windows -- 1048 1048 # needs to be solved properly so that we can remove the following _SDKS from VBoxSVC again. 1049 VBoxSVC_SDKS += VB OX_VORBIS1049 VBoxSVC_SDKS += VBoxLibVorbis 1050 1050 endif 1051 1051 VBoxC_SOURCES += src-client/DrvAudioRec.cpp
Note:
See TracChangeset
for help on using the changeset viewer.