Skip to content

qt: fix cross-compilation issue by including cmath

Yann Lochet requested to merge ialo/vlc:crosscompilation-fix into master

std::round in gtk_util.cpp and std::ceil in covergenerator.cpp are not found when cross-compiling if cmath is not included.

Merge request reports