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

asked Sep 22 '14

Bunty gravatar image

updated Sep 22 '14

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 ???

Preview: (hide)

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 (Sep 22 '14)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 (Sep 23 '14)edit