I've been trying to build a LGPL copy of ffmpeg and I have tried various different configure methods. I downloaded the latest source from the ffmpeg site and used the following simple configure

./configure --enable-memalign-hack --enable-pthreads --enable-shared --disable-static

However every time I try to build it I only end up with "avdevice-53.dll" and the error message like this

install: cannot stat 'libavdevice/avdevice.lib' : No such file or directory
make: *** [install-libavdevice-shared] Error 1

What am I doing wrong?

link|improve this question
He is trying to build source, not sure if SO would be a good place. – gideon Jan 16 at 7:18
feedback

1 Answer

up vote 0 down vote accepted

I think it should be safe to ignore that error? Have you checked the source folder in the corresponding folders for the dll files?

 e.g. avcodec.dll - source folder/libavcodec
link|improve this answer
I managed to find the dlls thanks :) – user1149520 Jan 16 at 22:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.