georgmartius / vid.stab

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

ERROR: vidstab not found using pkg-config #35

Closed brothermechanic closed 3 years ago

brothermechanic commented 8 years ago

Hello How to fix this compilation problem?

asalamon74 commented 8 years ago

If you follow the vid.stab documentation you'll install vidstab.pc into /usr/local/lib/pkgconfig/

pkg-config does not check this directory by default.

Execute the following:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/

jonno85uk commented 5 years ago

I had this issue on one of my systems but not the other and couldn't figure out why: pkg-config wasn't installed....

chestnut111 commented 4 years ago

same question ...

georgmartius commented 3 years ago

Looks like a pkg-config related problem.