[Ffmpeg-devel] Bug in libavutil Makefile (or maybe just my stupidity? Be gentle...)

Diego Biurrun diego
Fri Feb 3 02:18:02 CET 2006


On Thu, Feb 02, 2006 at 05:55:17PM +0100, Philippe Dirkse wrote:
> 
> I just checked out the most recent cvs version of ffmpeg and am trying
> to build the windows dll versions as described in the documentation.
> However, I noticed this documentation to be somewhat dated because
> if I do a: ./configure --enable-shared --enable-memalign-hack
> --enable-mingw32
>
> as described I get the following response:
>
> You can only build one library type at once on MinGW... Specify
> --disable-static --enable-shared to only build the shared
> libraries...(bla bla...)

Documentation fixed, thanks for the hint.

> So I type:
> ./configure --disable-static --enable-shared --enable-memalign-hack --enable-mingw32
> 
> which runs fine, but when I continue with a make I get:
> $ make
> make -C libavutil all
> make[1]: Entering directory '/home/Flipje/ffmpeg/libavutil'
> Makefile:36: *** missing separator. Stop
> make[1]: Leaving directory '/home/Flipje/ffmpeg/libavutil'
> make: *** [lib] Error 2

Hmmmmm, what do you have in config.mak?

Diego





More information about the ffmpeg-devel mailing list