cornel90 / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
0 stars 0 forks source link

can't compile, missing libs #87

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
on windows 7 64bits with cygwin (devel packages installed), go to the source 
folder and type ./configure

What is the expected output? What do you see instead?
it says : configure: error: +Could not find ffmpeg <libavutil libavformat 
libavcodec libswscale>

What version of the product are you using? On what operating system?
Windows 7 64 bits, latest version 2.07

Please provide any additional information below.
I tried to download ffmpeg 0.8.2 and I found the folders of the missing libs 
but I don't know where to put them...

I'm a complete beginner, it's the first time I'm compiling, any help would be 
appreciated.
Thanks

Original issue reported on code.google.com by igoanywh...@gmail.com on 12 Aug 2011 at 5:34

Attachments:

GoogleCodeExporter commented 9 years ago
Just find a guide somewhere to install ffmpeg on windows using cygwin, never 
dit it myself

Original comment by dirk.vdb on 13 Aug 2011 at 7:32

GoogleCodeExporter commented 9 years ago
I managed to compile it...
1. download fffmpegthumbnailer 2.0.6
2. apply the two patches here : 
http://code.google.com/p/ffmpegthumbnailer/issues/detail?id=78
3. download a working version of moviedecoder.cpp : 
http://code.google.com/p/ffmpegthumbnailer/source/browse/trunk/libffmpegthumbnai
ler/moviedecoder.cpp?r=225
replace it in libffmpegthumbnailer folder
4. download ffmpeg here : http://www.ffmpeg.org/
5. extract and put the folders starting with "lib" to the "lib" folder in 
cygwin root folder
6. ./configure then make and make install
7. enjoy!

Original comment by igoanywh...@gmail.com on 13 Aug 2011 at 9:22