[Ffmpeg-devel] ffmpeg failed to compile
carboncopy
carboncopy.public
Mon Feb 13 19:50:09 CET 2006
On 2/14/06, Diego Biurrun <diego at biurrun.de> wrote:
> 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.
>
Changed by hand, still getting Error 1 for ranlib on the three files.
Sorry about the quotes :D Noted.
More information about the ffmpeg-devel
mailing list