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

Diego Biurrun diego
Mon Feb 13 14:18:54 CET 2006


On Mon, Feb 13, 2006 at 02:10:26PM +0100, Michel Bardiaux wrote:
> Diego Biurrun wrote:
> >On Mon, Feb 13, 2006 at 11:33:44AM +0100, Michel Bardiaux wrote:
> >
> >>install -d /c/Program Files/FFmpeg/lib
> >>./install: line 2: syntax error near unexpected token `1)'
> >>./install: line 2: `1) Type './configure' create the configuration (use 
> >>'./configure'
> >>make: *** [install-libs] Error 2
> >>
> >>The problem being probably that on a Windows machine, "INSTALL" and 
> >>"install" are the same file.
> >
> >*sigh*
> 
> Meaning?

Windows-only problem that may be very tricky to avoid without ugly
workarounds..

> >>ldconfig || true
> >>/bin/sh.exe: ldconfig: command not found
> >>install -d "/c/Program Files/FFmpeg"
> >>install: `/c/Program Files/FFmpeg' exists but is not a directory
> >>make: *** [install-progs] Error 1
> >>
> >>In my "Program Files" there is indeed no directory "FFmpeg" and there is 
> >>a file named FFmpeg which has the same size as avformat.dll.
> >
> >Also the same md5sum?  Maybe install behaves differently on MinGW, but
> >this sounds like a bug in install ..
> 
> I will concentrate on this issue for the time being, inside the static 
> build.

OK, I suspect it is the same issue, though.

Diego





More information about the ffmpeg-devel mailing list