[Ffmpeg-devel] ffmpeg failed to compile

Diego Biurrun diego
Mon Feb 13 19:42:19 CET 2006


On Tue, Feb 14, 2006 at 02:36:09AM +0800, carboncopy wrote:
> On 2/14/06, M?ns Rullg?rd <mru at inprovide.com> wrote:
> > carboncopy said:
> > >
> > > I am still getting the ranlib error during compile time although I had
> > > a successful make install the previous time.
> >
> > Does this patch help?
> >
> > --- common.mak  13 Feb 2006 12:53:25 -0000      1.1
> > +++ common.mak  13 Feb 2006 16:59:46 -0000
> > @@ -28,7 +28,7 @@
> >
> >  $(LIB): $(STATIC_OBJS)
> >         rm -f $@
> > -       $(AR) rc $@ $^ $(EXTRAOBJS)
> > +       $(AR) rcs $@ $^ $(EXTRAOBJS)
> >         $(RANLIB) $@
> >
> >  $(SLIBNAME): $(SHARED_OBJS)
> >
> The patch got rejected (I think)

Then just change the relevant line by hand...

Diego

P.S.: Please cut your quotes a bit, thanks.





More information about the ffmpeg-devel mailing list