georgmartius / vid.stab

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

A redundant semicolon at localmotion2transform.h:72 #11

Closed jksiezni closed 9 years ago

jksiezni commented 10 years ago

Hello, I've recently created a new module to MLT framework, which uses yours latest vid.stab library, but there is a small issue, a redundant semicolon in file localmotion2transform.h at line 72.

Unfortunately, it breaks builds with g++ (my version 4.7.3): /usr/local/include/vid.stab/localmotion2transform.h:72:41: error: expected ‘)’ before ‘;’ token /usr/local/include/vid.stab/localmotion2transform.h:72:42: error: expected unqualified-id before ‘)’ token

It seems to affect C++ programs only, as the library itself builds without any problem.

Best regards, Jakub Ksiezniak

georgmartius commented 10 years ago

Thanks, it is surely a typo. I will remove it soon.