The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/gui: Fix build without OpenCV

authored by

Ryan Pavlik and committed by
Jakob Bornecrantz
4fc8d3db b2c98794

+2 -2
+2 -2
src/xrt/state_trackers/gui/gui_scene_calibrate.c
··· 391 391 free(cs->settings); 392 392 cs->settings = NULL; 393 393 } 394 - 394 + #ifdef XRT_HAVE_OPENCV 395 395 // Free data, no longer needed. 396 396 t_stereo_camera_calibration_reference(&cs->status.stereo_data, NULL); 397 - 397 + #endif 398 398 free(cs); 399 399 } 400 400