Changeset 104542 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 8, 2024 8:51:55 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r103097 r104542 1038 1038 PlatformArchitecture_None 1039 1039 #endif 1040 #ifdef VBOX_WITH_GCC_SANITIZER 1041 , PlatformArchitecture_32BitHack 1042 #endif 1040 1043 }; 1041 1044 aSupportedPlatformArchitectures.assign(aPlatformArchitectures, … … 1197 1200 RecordingVideoCodec_AV1, 1198 1201 #endif 1202 #ifdef VBOX_WITH_GCC_SANITIZER 1203 RecordingVideoCodec_32BitHack 1204 #endif 1199 1205 }; 1200 1206 aSupportedRecordingVideoCodecs.assign(aRecordingVideoCodecs, … … 1212 1218 RecordingVideoScalingMode_Bilinear, 1213 1219 RecordingVideoScalingMode_Bicubic, 1220 #endif 1221 #ifdef VBOX_WITH_GCC_SANITIZER 1222 RecordingVideoScalingMode_32BitHack 1214 1223 #endif 1215 1224 };
Note:
See TracChangeset
for help on using the changeset viewer.