georgmartius / vid.stab

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

Detect the right lib folder for 64bit systems #26

Closed fduraibi closed 9 years ago

fduraibi commented 9 years ago

using cmake without LIB_SUFFIX=64 will always assume the lib folder to be just lib, while on 64bit Fedora for example the main folder is lib64, and lib is used for 32bit libraries.

Check this solution out: http://www.cmake.org/pipermail/cmake/2011-June/045092.html

Also the installer that is included with the binary files doesn't look for transcode under lib64.

georgmartius commented 9 years ago

Okay thanks.

georgmartius commented 9 years ago

fixed