opencv_ffmpeg249_64d.lib is missing from 'bin' folder in 2.4.9 version

asked 2014-09-21 20:14:12 -0600

Bunty gravatar image

updated 2014-09-22 06:22:47 -0600

Unable to build programme in release and debug mode, every time gives a following error Debug mode : error LNK1181 : Cannot open input file 'opencv_ffmpeg249_64d.lib' Release mode : error LNK1181 : Cannot open input file 'opencv_ffmpeg249_64.lib' Using visual studio 2013 professional, opencv 2.4.9 & WIndows 7. What should i do ???

edit retag flag offensive close merge delete

Comments

Did you set up a lib and bin path? In the question title you mentioned dll and bin folder, but the linker is complaining about the lib files which are typically in a lib directory.

boaz001 gravatar imageboaz001 ( 2014-09-22 05:44:48 -0600 )edit

Like said above, the file is not in the bin folder but in the lib folder. You can find it under your download and then build - x86 - vc10 - lib. Adapt to x64 if needed. Be sure that your path is linked correctly in your project.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-09-23 04:07:13 -0600 )edit