georgmartius / vid.stab

Video stabilization library
http://public.hronopik.de/vid.stab/
Other
838 stars 110 forks source link

CMake: Use find_package(OpenMP) #91

Closed 1480c1 closed 3 years ago

1480c1 commented 3 years ago

Fixes an issue where clang doesn't link to libgomp for openmp stuff, mainly with ffmpeg

georgmartius commented 3 years ago

Thanks a lot for this improvement