FFmpeg LGPL build

2.3k views Asked by At

Hello I'm trying to build ffmpeg under the LGPL license but I'm having trouble creating the dll's.

I'm building the source on the Windows platform using MinGW and I use the configure options below to build the latest snapshot

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

However when I make and install from this I only get the "avdevice-53.dll" and none of the others such as avcodec or avformat. Is there something else I need to do to be able to make these files?

0

There are 0 answers