[FFmpeg-devel] [PATCH] Non-recursive makefiles
stella
stella.wang
Fri Apr 11 23:55:06 CEST 2008
> >> >> Unfortunately, my suggested patch does not work
> >> >
> >> > Fixed. Can you please confirm on cygwin?
> >>
> >> Thanks, now it works OK for me on Cygwin.
> >
> > Unfortunately doesn't work on Msys/Mingw:
> >
> > $ ./configure --enable-static --enable-memalign-hack
> >
> > $ make
> > make: *** No rule to make target `libavdevice/libavdevice.a', needed by
> > `all'. Stop.
> >
> > ffmpeg r12781
>
> Probably fixed by now.
>
> At least ffmpeg-12787 static builds are OK when cross-compiling to MinGW
> under Cygwin.
>
> Regards,
> V?ctor
>
The same mistake occurs to me too with the following:
$ ./configure --enable-static --enable-memalign-hack
$ make
make: *** No rule to make target `libavdevice/libavdevice.a', needed by
`all'. Stop.
I downloaded from SVN the latest version 128xx something. Someone told me the
older version works correctly. How can I get the older version?
More information about the ffmpeg-devel
mailing list