Changeset 104747 in vbox for trunk/src/VBox
- Timestamp:
- May 21, 2024 3:20:16 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r104542 r104747 1038 1038 PlatformArchitecture_None 1039 1039 #endif 1040 #ifdef VBOX_WITH_GCC_SANITIZER1041 , PlatformArchitecture_32BitHack1042 #endif1043 1040 }; 1044 1041 aSupportedPlatformArchitectures.assign(aPlatformArchitectures, … … 1200 1197 RecordingVideoCodec_AV1, 1201 1198 #endif 1202 #ifdef VBOX_WITH_GCC_SANITIZER1203 RecordingVideoCodec_32BitHack1204 #endif1205 1199 }; 1206 1200 aSupportedRecordingVideoCodecs.assign(aRecordingVideoCodecs, … … 1218 1212 RecordingVideoScalingMode_Bilinear, 1219 1213 RecordingVideoScalingMode_Bicubic, 1220 #endif1221 #ifdef VBOX_WITH_GCC_SANITIZER1222 RecordingVideoScalingMode_32BitHack1223 1214 #endif 1224 1215 };
Note:
See TracChangeset
for help on using the changeset viewer.