On Sat, Jul 28, 2001 at 01:46:28AM +0200, Arkadiusz Miskiewicz wrote:
> Arkadiusz Miskiewicz <[EMAIL PROTECTED]> writes:
> 
> > And here is fix to get libtool properly working with asm
> > files. Wihtout this compilation fails for me (with message telling
> > something like: bad libtool object xyz.lo)
> > 
> > See attachment. Don't forget to chmod +x strip_fPIC.sh.
> I broke one thing in that patch. Fix:
> - $(LIBTOOL) --mode=compile --tag=disable-shared $(STRIP_FPIC) nasm -f elf $<
> + $(LIBTOOL) --mode=compile --tag=CXX $(STRIP_FPIC) nasm -f elf $<
> 
> Well --tag shouldn't be needed at all but libtool doesn't recognize
> *.s files as assembler source (while it recognizes *.asm). Also there
> is no better tag than CXX.

Now your patch should be in (with some corections and modifications)
ffmpeg appears to be working on my Celeron.

-- 
         Debian GNU/Linux maintainer - www.debian.{org,cz}
 Zdenek Kabelac  http://i.am/kabi/ kabi@{i.am, debian.org, fi.muni.cz}
          Resistance is futile. You all will be packaged

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to