[Ffmpeg-devel] [MacIntel] Testers welcome!
Diego Biurrun
diego
Sun Aug 13 10:44:26 CEST 2006
On Sat, Aug 12, 2006 at 08:29:34PM +0200, Ulrich von Zadow wrote:
> Guillaume POIRIER wrote:
> >
> >The last part of patches to add MacIntel support has been committed.
> >Could the ppl who have access to any of these machines confirm that it
> >works?
>
> Works here using plain ./configure and ./configure --disable-shared
> --disable-debug --disable-encoders.
>
> It is still nessesary to run ranlib on the static libraries after make
> install, though, so make install is missing a step.
Hmmm? ranlib is run on the static libraries, look at the rule in the
Makefile that creates them:
$(LIB): $(STATIC_OBJS)
rm -f $@
$(AR) rc $@ $^ $(EXTRAOBJS)
$(RANLIB) $@
Diego
More information about the ffmpeg-devel
mailing list