Changeset 68799 in vbox
- Timestamp:
- Sep 20, 2017 10:32:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VideoRec.cpp
r68798 r68799 1212 1212 fFeatures |= VIDEORECFEATURE_VIDEO; 1213 1213 1214 #ifdef VBOX_WITH_AUDIO_VIDEOREC 1214 1215 if (pCfg->Audio.fEnabled) 1215 1216 fFeatures |= VIDEORECFEATURE_AUDIO; 1217 #endif 1216 1218 1217 1219 return fFeatures;
Note:
See TracChangeset
for help on using the changeset viewer.