Fix compilation error with libmv disabled
This commit is contained in:
@@ -1476,10 +1476,9 @@ void BKE_tracking_distortion_update(MovieDistortion *distortion, MovieTracking *
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
(void) distortion;
|
(void) distortion;
|
||||||
|
(void) tracking;
|
||||||
(void) calibration_width;
|
(void) calibration_width;
|
||||||
(void) calibration_height;
|
(void) calibration_height;
|
||||||
(void) camera;
|
|
||||||
(void) aspy;
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user